register-view
This parser helps you register a SDTF view that can be later used by generation parser to allow for partial outputs of the token tree with no destructive mutations.
Interface
Options
Parameter
Required
Type
Default
Description
name
true
string
The name of the SDTF view.
query
true
The query that select items in the token tree.
Basic usage: register a SDTF view for use with CSS output
Last updated