Variable EdgeHandlerConfigConst Experimental

EdgeHandlerConfig: {
    connectFillColor: string;
    selectionColor: string;
    selectionDashed: boolean;
    selectionStrokeWidth: number;
} = ...

Global configuration for EdgeHandler (including subclasses).

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

Type declaration

  • ExperimentalconnectFillColor: string

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

  • ExperimentalselectionColor: string

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

  • ExperimentalselectionDashed: boolean

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

  • ExperimentalselectionStrokeWidth: number

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

0.14.0