Type Alias ShapeValue

ShapeValue:
    | "rectangle"
    | "ellipse"
    | "doubleEllipse"
    | "rhombus"
    | "line"
    | "image"
    | "arrow"
    | "arrowConnector"
    | "label"
    | "cylinder"
    | "swimlane"
    | "connector"
    | "actor"
    | "cloud"
    | "triangle"
    | "hexagon"

Names used to register the shapes provided out-of-the-box by maxGraph with CellRenderer.registerShape.