Skip to content

Interface: ArrowStyles

Styles specific to arrow annotations.

Extends

Properties

ts
optional head: Extremity;

Head extremity style


strokeColor?

ts
optional strokeColor: string;

Stroke color: #f00, yellow...

strokeType?

ts
optional strokeType: StrokeType;

Type of stroke: plain, dashed, or none

strokeWidth?

ts
optional strokeWidth: number;

Stroke width

tail?

ts
optional tail: Extremity;

Tail extremity style