Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArrowMarkerState

Represents arrow marker state.

Hierarchy

Index

Properties

arrowType

arrowType: ArrowType

Type of arrow.

Optional notes

notes: string

Additional information about the marker.

state

Current editing state/status.

strokeColor

strokeColor: string

Line color.

strokeDasharray

strokeDasharray: string

Line dash array.

strokeWidth

strokeWidth: number

Line width.

typeName

typeName: string

Marker's type name.

x1

x1: number

x coordinate for the first end-point.

x2

x2: number

x coordinate for the second end-point.

y1

y1: number

y coordinate for the first end-point.

y2

y2: number

y coordinate for the second end-point.

Generated using TypeDoc