figma / plugin-typings

Typings for the Figma Plugin API
MIT License
195 stars 45 forks source link

Add attachedConnectors field for SceneNode #142

Closed SawyerHood closed 2 years ago

SawyerHood commented 2 years ago

This adds attachedConnectors for SceneNode which returns an array of connectors that are attached to a node.

Note that while doing this I also realized that stuckNodes should be readonly, so I updated that as well.