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

  • ExperimentalallowEval: 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.

    false
    
  • ExperimentaldefaultLocalized: boolean

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

    false
    

0.11.0