@maxgraph/core
    Preparing search index...

    Variable VertexHandlerConfigConst Experimental

    VertexHandlerConfig: {
        rotationEnabled: boolean;
        selectionColor: string;
        selectionDashed: boolean;
        selectionStrokeWidth: number;
    } = ...

    Global configuration for VertexHandler.

    Subject to change or removal. maxGraph's global configuration may be modified in the future without prior notice.

    Type declaration

    • rotationEnabled: boolean

      Enable rotation handle

      false
      
    • selectionColor: string

      Defines the default color to be used for the selection border of vertices. Use none for no color.

      0.14.0

    • selectionDashed: boolean

      Defines the default dashed state to be used for the vertex selection border.

      0.14.0

    • selectionStrokeWidth: number

      Defines the default stroke width to be used for vertex selections.

      0.14.0

    0.12.0