Writer Controls and VIs
Owning Palette: Writers Classes, Controls, and VIs
Requires: Labstache
The Writer class is the abstract base class for any writer of a rendered Mustache template. Objects of this class should not be directly created. Instead, a new class that inherents from the Writer class should be created.
Class Item | Description |
---|---|
Write | Writes a rendered Mustache template to a destination. |