Template
Constructors
Link copied to clipboard
                  constructor(name: String = DEFAULT_NAME, schemes: MutableList<Scheme> = DEFAULT_SCHEMES, arrayDecorator: ArrayDecorator = DEFAULT_ARRAY_DECORATOR)
Properties
Link copied to clipboard
                  Settings that determine whether the output should be an array of values.
Link copied to clipboard
                  Additional logic that determines how strings are generated.
Link copied to clipboard
                  The icon signifying the type of data represented by this scheme, ignoring its decorators, or null if this scheme does not represent any kind of data, as is the case for DecoratorSchemes.
Functions
Link copied to clipboard
                  Sets the State.context of this State to context.
Link copied to clipboard
                  Returns true if this template can add a TemplateReference that refers to target without causing recursion within the current context.
Link copied to clipboard
                  Returns a deep copy, retaining the uuid if and only if retainUuid is true.
Link copied to clipboard
                  Validates the state, and indicates whether and why it is invalid.