I want a way or a plugin to add custom metadata/custom properties/custom attributes to Figma components.
My goal is to design components like Button, ComboBox, Radio Button, Table, TextArea, and TextInput, and attach metadata to each.
I need to fetch this metadata later using Figma’s GET API.
The metadata can be Plain text or JSON as string and can be of any number (10/20/30)
I tried using default component properties capability associating it with bunch of hidden text type, but when I create an instance of the component, the properties associated with hidden text don’t appear in the new instance.
Any suggestions on how to achieve this or a pluging which can be used to achieve it would be very very helpful.