Theemo / @theemo/figma / FigmaVariable
Interface: FigmaVariable
Defined in: packages/figma/src/-figma-variable-types.ts:83
A FigmaVariable
is a Variable
which has their VariableCollection
attached.
See
Remarks
Figma itself treats variables and collections as two objects. As you might need to have access to both when in sync mode, a FigmaVariable
does exactly that.
Extends
Variable
Properties
id
ts
readonly id: string;
Defined in: packages/figma/src/-figma-variable-types.ts:56
Inherited from
ts
Variable.id