@maxgraph/core
    Preparing search index...

    Variable GuiConfigConst

    GuiConfig: { closeResource: string; errorImage: string; errorResource: string } = ...

    A global configuration for maxGraph GUI.

    Type declaration

    • closeResource: string

      Specifies the resource key for the label of the close button. If the resource for this key does not exist then the value is used as the label. Default is 'close'.

    • errorImage: string

      Defines the image used for error dialogs.

    • errorResource: string