Read Key VI
Owning Palette: Partial Classes, Controls, and VIs
Requires: Labstache
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.
Partial In represents a Mustache template partial tag that is a non-terminal node in the Abstract Syntax Tree (AST). | |
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. | |
Partial Out is the same object as the Partial In control. | |
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. | |
Key is the unique identifier for a Mustache tag that associates the tag with some data. |