prefix-by
This parser helps you prefix the name of your collections, groups and tokens from your SDTF token tree.
Interface
Options
Parameter
Required
Type
Default
Description
all
false
string
Select all collections, groups and tokens in your SDTF token graph.
group
false
string
Select all groups in your SDTF token graph.
collection
false
string
Select all collections in your SDTF token graph.
token
false
string
Select all tokens in your SDTF token graph.
applyTo
false
The selection where to apply the transformation.
collection
, group
, token
take a Regex string or true
to select anything of the kind.
An SDTFQuery
can be used for advance use cases.
Basic usage: Prefix color tokens
Last updated