Skip to content

LineEndType

const LineEndType: object

Type declaration

ARROW

readonly ARROW: "arrow" = "arrow"

BAR

readonly BAR: "bar" = "bar"

CIRCLE

readonly CIRCLE: "circle" = "circle"

CIRCLE_FILLED

readonly CIRCLE_FILLED: "circle-filled" = "circle-filled"

CIRCLE_PLUS

readonly CIRCLE_PLUS: "circle-plus" = "circle-plus"

CROSS

readonly CROSS: "cross" = "cross"

CROWFOOT_MANY

readonly CROWFOOT_MANY: "crowfoot-many" = "crowfoot-many"

CROWFOOT_ONE

readonly CROWFOOT_ONE: "crowfoot-one" = "crowfoot-one"

CROWFOOT_ONE_MANY

readonly CROWFOOT_ONE_MANY: "crowfoot-one-many" = "crowfoot-one-many"

CROWFOOT_ONLY_ONE

readonly CROWFOOT_ONLY_ONE: "crowfoot-only-one" = "crowfoot-only-one"

CROWFOOT_ZERO_MANY

readonly CROWFOOT_ZERO_MANY: "crowfoot-zero-many" = "crowfoot-zero-many"

CROWFOOT_ZERO_ONE

readonly CROWFOOT_ZERO_ONE: "crowfoot-zero-one" = "crowfoot-zero-one"

DIAMOND

readonly DIAMOND: "diamond" = "diamond"

DIAMOND_FILLED

readonly DIAMOND_FILLED: "diamond-filled" = "diamond-filled"

DOT

readonly DOT: "dot" = "dot"

FLAT

readonly FLAT: "flat" = "flat"

PLUS

readonly PLUS: "plus" = "plus"

SOLID_ARROW

readonly SOLID_ARROW: "solid-arrow" = "solid-arrow"

SQUARE

readonly SQUARE: "square" = "square"

TRIANGLE

readonly TRIANGLE: "triangle" = "triangle"

TRIANGLE_FILLED

readonly TRIANGLE_FILLED: "triangle-filled" = "triangle-filled"

Source

shapes.ts:89