Partial Controls and VIs
Owning Palette: Nodes Classes, Controls, and VIs
Requires: Labstache
The Partial class represents a Partial Mustache tag as a node in an Abstract Syntax Tree (AST).
Class Item | Description |
---|---|
New | Creates a new Partial node that represents a Mustache Partial tag in a parsed template. |
Read Key | Gets the key to the Mustache Partial tag that uniquely identifies it within the data and template. Depending on the partial loader, this is either the file stem (file name without extension) of a partial Mustache template stored in a file on disk or the key to a key-value pair where the partial Mustache template is stored as a string value. |
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. |