list_files
Get details of the current Figma file: file key, file name, and current page name.
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 | |||