@maxgraph/core

    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

    • shadowColor: string

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

      SHADOWCOLOR

    • shadowOffsetX: number

      Specifies the x-offset of the shadow.

    • shadowOffsetY: number

      Specifies the y-offset of the shadow.

    • shadowOpacity: number

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

    0.14.0

    MMNEPVFCICPMFPCPTTAAATR