@maxgraph/core
    Preparing search index...

    Variable ShapeRegistryConst

    ShapeRegistry: Registry<ShapeConstructor> = ...

    A registry that stores the ShapeConstructors and their configuration.

    For adding new shapes you should use ShapeRegistry.add.

    Names generally used to register the built-in shapes:

    • actor
    • arrow
    • arrow connector (for edges)
    • cloud
    • connector (for edges)
    • cylinder
    • double ellipse
    • ellipse
    • hexagon
    • image
    • label
    • line (for edges)
    • rectangle
    • rhombus
    • swimlane
    • triangle

    0.20.0