Type Alias PerimeterValue

PerimeterValue:
    | "ellipsePerimeter"
    | "hexagonPerimeter"
    | "rectanglePerimeter"
    | "rhombusPerimeter"
    | "trianglePerimeter"

Names used to register the perimeter provided out-of-the-box by maxGraph with StyleRegistry.putValue.