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