Theemo / @theemo/figma / FigmaVariable
Interface: FigmaVariable
Defined in: figma/src/-figma-variable-types.ts:80
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: figma/src/-figma-variable-types.ts:55
Inherited from
ts
Variable.id