Skip to main content

Looking for a way to set the description of a Variable without recreating the variable (which would break existing links to the variable, or require remapping all links to the new variable).

The description property of the Variable object has a setter, so just change the value of this property.

figma.com

Yea, my bad… appreciate the timely response. Was trying to apply an object as the description value, forgetting I need to set the value as a string.