Skip to content

Variable: defaultBoxStyle

ts
const defaultBoxStyle: BoxStyle;

Default style configuration for box annotations.

Example

typescript
{
  background: "#f5f5f5",
  strokeWidth: 0,
  borderRadius: 8,
  padding: 16,
  strokeType: "plain"
}