@maxgraph/core
    Preparing search index...

    Variable StencilShapeConfigConst Experimental

    StencilShapeConfig: { allowEval: boolean; defaultLocalized: boolean } = ...

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

    Type declaration

    • allowEval: boolean

      Specifies if the use of eval is allowed for evaluating text content and images. Set this to true if stencils can not contain user input.

      WARNING: Enabling this switch carries a possible security risk.

      false
      
    • defaultLocalized: boolean

      Specifies the default value for the localized attribute of the text element.

      false
      

    0.11.0