Keyable Controls and VIs
Owning Palette: Tokens Classes, Controls, and VIs
Requires: Labstache
The Keyable class provides an interface, or Application Programming Interface (API), for any token that can have a key, or unique identifier. Objects of this class should not be directly created. Instead, a new class that inherents from the Keyable class should be created.
Class Item | Description |
---|---|
Read Key | Gets the key to the Mustache tag that uniquely identifies within the template. Any tag with the same key will be rendered with the same data. |
Write Key | Sets the key to the Mustache tag that uniquely identifies within the template. Any tag with the same key will be rendered with the same data. |