@maxgraph/core
    Preparing search index...

    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

    • fillColor: string

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

    • labelFillColor: string

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

    • labelSize: number

      Defines the default size for label handles.

    • size: number

      Defines the default size for handles.

      HANDLE_SIZE

    • strokeColor: string

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

    0.14.0