list_files
Returns the current Figma file's key, name, and active page. Helps identify the document a plugin interacts with.
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 | |||