Data Controls and VIs
Owning Palette: Loaders Classes, Controls, and VIs
Requires: Labstache
The Data class represents a partial loader that stores partial Mustache templates in a key-value collection and depending on the type for the value, will either load a partial Mustache template from a string or from a file.
| Class Item | Description |
|---|---|
| Load | Gets a template as a string based on the Partial's key value in the root, or master, template. |
| New | Creates a new Data partial loader object. |
| Write Path | Sets the key-value pair for a Partial tag where the value is LabVIEW path and the partial Mustache template should be loaded from a file. |
| Write String | Sets the key-value pair for a Partial tag where the Mustache partial template is stored in a string. |