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 ItemDescription
LoadGets a template as a string based on the Partial's key value in the root, or master, template.
NewCreates a new Data partial loader object.
Write PathSets 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 StringSets the key-value pair for a Partial tag where the Mustache partial template is stored in a string.