SecurityLevel class

Can be used for passing allowed strings to Config.securityLevel.

Constructors

SecurityLevel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

Antiscript String
html tags in text are allowed, (only script element is removed), click functionality is enabled
getter/setter pair
Loose String
tags in text are allowed, click functionality is enabled
getter/setter pair
Sandbox String
with this security level all rendering takes place in a sandboxed iframe. This prevent any javascript running in the context. This may hinder interactive functionality of the diagram like scripts, popups in sequence diagram or links to other tabs/targets etc.
getter/setter pair
Strict String
(default) tags in text are encoded, click functionality is disabled
getter/setter pair