list_files
Lists the current Figma file accessible to the plugin, returning its key, name, and active page.
Instructions
Return the files reachable from the plugin as { files: [{ fileKey, fileName, currentPage }] }. A plugin only sees its host document, so this is a single-element list describing the current file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||