blockly > Xml > variablesToDom
Xml.variablesToDom() function
Encode a list of variables as XML.
Signature:
export declare function variablesToDom(variableList: VariableModel[]): Element;
Parameters
Parameter | Type | Description |
---|---|---|
variableList | VariableModel[] | List of all variable models. |
Returns:
Element
Tree of XML elements.