Skip to main content

id

An internal identifier for a node. Plugins typically don't need to use this since you can usually just access a node directly.

Signature

id: string [readonly]

Remarks

One possible use case for using the id is to have a serializable representation of a Figma node. To "deserialize" an id back into a node, pass it to figma.getNodeById. This will return null if the node is no longer present in the document.

On this page