Skip to main content
Solved

Finding description of InstanceNode

  • July 12, 2023
  • 2 replies
  • 231 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?

Best answer by Gleb

instance.mainComponent.description

This topic has been closed for replies.

2 replies

Gleb
  • Power Member
  • 4716 replies
  • Answer
  • July 12, 2023

instance.mainComponent.description


  • Author
  • 2 replies
  • July 12, 2023

Thank you very much