@express-document-sdk / ArrowHeadType
Enumeration: ArrowHeadType
Do not depend on the literal numeric values of these constants, as they may change. Always reference the enum identifiers in your code.
Additional arrowhead types may be added in the future. If your code has different branches or cases depending on arrow type, always have a default/fallback case to handle any unknown values you may encounter.
Enumeration Members
circleFilled
• circleFilled: 21
circleHollow
• circleHollow: 24
none
• none: 0
openTriangular
• openTriangular: 11
squareFilled
• squareFilled: 22
squareHollow
• squareHollow: 25
triangularFilled
• triangularFilled: 7
verticalLine
• verticalLine: 27