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

  • ExperimentalrotationEnabled: boolean

    Enable rotation handle

    false
    
  • ExperimentalselectionColor: string

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

    VERTEX_SELECTION_COLOR

    0.14.0

  • ExperimentalselectionDashed: boolean

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

    VERTEX_SELECTION_DASHED

    0.14.0

  • ExperimentalselectionStrokeWidth: number

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

    VERTEX_SELECTION_STROKEWIDTH

    0.14.0

0.12.0