Variable StyleDefaultsConfigConst Experimental

StyleDefaultsConfig: {
    shadowColor: string;
    shadowOffsetX: number;
    shadowOffsetY: number;
    shadowOpacity: number;
} = ...

Configure style defaults for maxGraph.

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

Type declaration

  • ExperimentalshadowColor: string

    Defines the color to be used to draw shadows in shapes and windows.

    SHADOWCOLOR

  • ExperimentalshadowOffsetX: number

    Specifies the x-offset of the shadow.

  • ExperimentalshadowOffsetY: number

    Specifies the y-offset of the shadow.

  • ExperimentalshadowOpacity: number

    Defines the opacity for shadow. Possible values are between 1 (opaque) and 0 (transparent).

0.14.0