get_computed_styles
Retrieve computed CSS styles for one or more Paper nodes in a single batch request, returning a nodeId-to-CSSProperties map.
Instructions
Get the computed CSS styles for one or more nodes. Returns a map of nodeId to CSSProperties object. Supports batch requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Optional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session. | |
| nodeIds | Yes | Array of node IDs to get styles from |