Variable HandleConfigConst Experimental

HandleConfig: {
    fillColor: string;
    labelFillColor: string;
    labelSize: number;
    size: number;
    strokeColor: string;
} = ...

Global configuration for handles, used VertexHandler and EdgeHandler (including subclasses).

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

Type declaration

  • ExperimentalfillColor: string

    Defines the default color to be used for the handle fill color. Use none for no color.

  • ExperimentallabelFillColor: string

    Defines the color to be used for the label handle fill color. Use none for no color.

  • ExperimentallabelSize: number

    Defines the default size for label handles.

  • Experimentalsize: number

    Defines the default size for handles.

    HANDLE_SIZE

  • ExperimentalstrokeColor: string

    Defines the default color to be used for the handle stroke color. Use none for no color.

0.14.0