Interface XMLUIParserScriptContext

A context object that will be passed to a script as the 'context' variable in an XML UI.

interface XMLUIParserScriptContext {
    ids: Map<string, Widget>;
    variables: Map<string, unknown>;
}

Properties

Properties

ids: Map<string, Widget>
variables: Map<string, unknown>