Variable Controls and VIs
Owning Palette: Nodes Classes, Controls, and VIs
Requires: Labstache
The Variable class represents an Escaped or Unescaped Variable Mustache tag as a node in an Abstract Syntax Tree (AST).
Class Item | Description |
---|---|
New | Creates a new Variable node that represents a Mustache Escaped or Unescaped Variable tag in a parsed template. |
Read Escaped | Indicates if the Variable tag is escaped. |
Read Key | Gets the key to the Mustache Escaped or Unescaped Variable tag that uniquely identifies it within the data and template. |
Read Source | Gets the original, raw text from the Mustache template that yielded the node during the parsing process. |
Read Type | Gets the Node type of an object. This is primarily used internally or when building custom compilers. This is more robust than using strings in case structures with the Get LV Class Name function, which is not available in older versions of LabVIEW. |