Skip to main content
July 12, 2023
Solved

Finding description of InstanceNode

  • July 12, 2023
  • 2 replies
  • 304 views

As far as I know, from the Figma doku, it is fairly easy to find the description of a component. However, I have not found a way to get the description of a component by looking at an Instance of that component. Is there a way to programmatically retrieve the description of a Figma component based on an instance of that component?

This topic has been closed for replies.
Best answer by Gleb

instance.mainComponent.description

2 replies

Gleb
GlebAnswer
Power Member
July 12, 2023

instance.mainComponent.description

XaverrrrrAuthor
July 12, 2023

Thank you very much