Section Controls and VIs

Owning Palette: Nodes Classes, Controls, and VIs

Requires: Labstache

The Section class represents a Section or an Inverted Section Mustache tag as a node in an Abstract Syntax Tree (AST).

Class ItemDescription
NewCreates a new Section node that represents a Mustache Section or Inverted Section tag in a parsed template.
Read InvertedIndicates if the Section is inverted.
Read KeyGets the key to the Mustache Section or Inverted Section tag that uniquely identifies it within the data and template.
Read SourceGets the original, raw text from the Mustache template that yielded the node during the parsing process.
Read TypeGets 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.