Skip to content

Variable: defaultArrowStyle

ts
const defaultArrowStyle: ArrowStyles;

Default style configuration for arrow annotations.

Example

typescript
{
  strokeType: "plain",
  strokeColor: "#202020",
  strokeWidth: 1,
  head: "none",
  tail: "none"
}