Skip to content

Glossary

Reference2026-07-27
TermMeaning
AliasAnother word for a reference — a token whose value points at another token
ApplicatorThe mechanism that writes a token’s value onto a Figma layer. Each type has its own
Apply targetWhich Figma property receives the value — fill, stroke, corner radius, font size. See apply targets
BindingA record stored on a Figma layer saying which token was applied to which property. Read by Inspect, replayed by Sync to selection
Composite typeA token type whose value is an object of several slots — border, shadow, typography, transition, gradient
DTCGDesign Tokens Community Group. The W3C group behind the token specification DAES implements
DTCG 2025.10The specification version DAES targets. designtokens.org
EnabledA theme set state: the set’s tokens are visible and exported
Folder exportExport mode producing a ZIP with one JSON file per token set
Gamut mappingNudging an out-of-range colour to the nearest displayable one perceptually, instead of clipping each channel
GroupA namespace for mutually exclusive themes — brand, mode, density. One active theme per group
ReferenceA {path.to.token} value pointing at another token
Reference (state)A theme set state: resolvable by other tokens, but not itself exported
SlotOne field of a composite value — the color slot of a border token
Sync to selectionRe-applying every stored binding on the selected layers, or the whole page if nothing is selected
ThemeA named combination of token sets and their states
TokenA named, typed value
Token setA slash-separated path grouping tokens. The unit themes switch and folder export writes as files
$extensionsThe DTCG field for tool-specific data. DAES stores Figma-only typography properties under app.daes.figma
$typeThe DTCG field naming a token’s type
$valueThe DTCG field holding a token’s value
$themes.jsonThe file themes are stored and exchanged in