apply_style_to_node
Bind a shared style to a Figma node by specifying the node ID, style ID, and field (fill, stroke, effect, grid, or text). Returns confirmation with the node ID.
Instructions
Bind a shared style to a node. field selects which slot the style applies to: fill / stroke / effect / grid / text. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| nodeId | Yes | Node to apply the style to | |
| styleId | Yes | Style id to bind |