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"
readonly CROWFOOT_MANY: "crowfoot-many" = "crowfoot-many"
readonly CROWFOOT_ONE: "crowfoot-one" = "crowfoot-one"
readonly CROWFOOT_ONE_MANY: "crowfoot-one-many" = "crowfoot-one-many"
readonly CROWFOOT_ONLY_ONE: "crowfoot-only-one" = "crowfoot-only-one"
readonly CROWFOOT_ZERO_MANY: "crowfoot-zero-many" = "crowfoot-zero-many"
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
packages/core/src/shapes.ts:102