suffix-by
This parser helps you suffix the name of your collections, groups and tokens from your SDTF token tree.
Interface
interface parser {
name: 'suffix-by';
options: ({
all: string
} |
{
group?: string;
collection?: string;
token?: string;
}) & { applyTo?: SDTFQuery }
}Options
Parameter
Required
Type
Default
Description
Basic usage: Suffix color tokens
Last updated
Was this helpful?