I want to find all the interactive elements in a Figma design file. How do I do that ? I want to use the Figma plugin api for this ?
Page 1 / 1
To find interactive elements in a file, you can use both the Plugin API and the REST API. In case of using the Plugin API, you need to check the reactions
property on supported nodes; using the REST APIโthe interactions
property.
Please see the following developer docs:
figma.com
https://www.figma.com/developers/api#frame-props
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.