Read Source VI

Owning Palette: Node Classes, Controls, and VIs

Requires: Labstache

Gets the original, raw text from the Mustache template that yielded the node during the parsing process.

Read Source VI

cToolkit_lvlib_Nodes_lvlib_NodelvclassNode In represents any node in the Abstract Syntax Tree (AST) of a parsed Mustache template.
cerrcodeclst

Error In describes error conditions that occur before this node runs. This input provides standard error in functionality.

Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

iToolkit_lvlib_Nodes_lvlib_NodelvclassNode Out is the same object as the Node In control.
ierrcodeclst

Error Out contains error information. This provides standard error out functionality.

Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

istrSource is the original, raw Mustache template content that yielded this node during the lexing and parsing processes.