Skip to main content

Hey Community,
   Using ComponentNode.key and ComponentNode.remote (boolean), I can detect remote components and import them via figma.importComponentByKeyAsync(). However, there’s no API to get the original source file name or library name of a remote component.

Would it be possible to expose the component’s source filename or published library name in the Plugin API? This would help plugins display component origin info like the Figma UI does.

This would be really useful, not being able to identify the external library makes it difficult for tasks like removing all unwanted styling/variables/components.


Reply