Skip to content
Document Authoring DA  API Docs v1.16.0
npmGitHub

ShapePreset

ShapePreset:

type ShapePreset =
| "rect"
| "roundRect"
| "ellipse"
| "triangle"
| "rtTriangle"
| "diamond"
| "parallelogram"
| "trapezoid"
| "pentagon"
| "hexagon"
| "octagon"
| "star5"
| "heart"
| "cloud"
| "rightArrow"
| "leftArrow"
| "upArrow"
| "downArrow"
| "leftRightArrow"
| "wedgeRectCallout"
| "line"
| "round1Rect"
| "round2DiagRect"
| "round2SameRect"
| "snip1Rect"
| "snip2DiagRect"
| "snip2SameRect"
| "snipRoundRect"
| "nonIsoscelesTrapezoid"
| "heptagon"
| "decagon"
| "dodecagon"
| "pie"
| "pieWedge"
| "chord"
| "teardrop"
| "frame"
| "halfFrame"
| "corner"
| "diagStripe"
| "plus"
| "plaque"
| "can"
| "cube"
| "bevel"
| "donut"
| "noSmoking"
| "foldedCorner"
| "smileyFace"
| "lightningBolt"
| "sun"
| "moon"
| "arc"
| "blockArc"
| "funnel"
| "star4"
| "star6"
| "star7"
| "star8"
| "star10"
| "star12"
| "star16"
| "star24"
| "star32"
| "ribbon"
| "ribbon2"
| "ellipseRibbon"
| "ellipseRibbon2"
| "leftRightRibbon"
| "verticalScroll"
| "horizontalScroll"
| "wave"
| "doubleWave"
| "irregularSeal1"
| "irregularSeal2"
| "upDownArrow"
| "quadArrow"
| "leftRightUpArrow"
| "leftUpArrow"
| "bentArrow"
| "bentUpArrow"
| "uturnArrow"
| "curvedDownArrow"
| "curvedLeftArrow"
| "curvedRightArrow"
| "curvedUpArrow"
| "circularArrow"
| "leftCircularArrow"
| "leftRightCircularArrow"
| "notchedRightArrow"
| "stripedRightArrow"
| "swooshArrow"
| "leftArrowCallout"
| "rightArrowCallout"
| "upArrowCallout"
| "downArrowCallout"
| "leftRightArrowCallout"
| "upDownArrowCallout"
| "quadArrowCallout"
| "callout1"
| "callout2"
| "callout3"
| "accentCallout1"
| "accentCallout2"
| "accentCallout3"
| "borderCallout1"
| "borderCallout2"
| "borderCallout3"
| "accentBorderCallout1"
| "accentBorderCallout2"
| "accentBorderCallout3"
| "wedgeRoundRectCallout"
| "wedgeEllipseCallout"
| "cloudCallout"
| "actionButtonBackPrevious"
| "actionButtonBeginning"
| "actionButtonBlank"
| "actionButtonDocument"
| "actionButtonEnd"
| "actionButtonForwardNext"
| "actionButtonHelp"
| "actionButtonHome"
| "actionButtonInformation"
| "actionButtonMovie"
| "actionButtonReturn"
| "actionButtonSound"
| "flowChartAlternateProcess"
| "flowChartCollate"
| "flowChartConnector"
| "flowChartDecision"
| "flowChartDelay"
| "flowChartDisplay"
| "flowChartDocument"
| "flowChartExtract"
| "flowChartInputOutput"
| "flowChartInternalStorage"
| "flowChartMagneticDisk"
| "flowChartMagneticDrum"
| "flowChartMagneticTape"
| "flowChartManualInput"
| "flowChartManualOperation"
| "flowChartMerge"
| "flowChartMultidocument"
| "flowChartOfflineStorage"
| "flowChartOffpageConnector"
| "flowChartOnlineStorage"
| "flowChartOr"
| "flowChartPredefinedProcess"
| "flowChartPreparation"
| "flowChartProcess"
| "flowChartPunchedCard"
| "flowChartPunchedTape"
| "flowChartSort"
| "flowChartSummingJunction"
| "flowChartTerminator"
| "leftBrace"
| "rightBrace"
| "bracePair"
| "leftBracket"
| "rightBracket"
| "bracketPair"
| "lineInverse"
| "mathPlus"
| "mathMinus"
| "mathMultiply"
| "mathDivide"
| "mathEqual"
| "mathNotEqual"
| "chartPlus"
| "chartStar"
| "chartX"
| "gear6"
| "gear9"
| "plaqueTabs"
| "squareTabs"
| "cornerTabs"
| "homePlate";

A built-in preset shape geometry.

The complete set of built-in shape presets.