set_matrix_transform
Apply transformation matrices to Figma nodes individually or in batch. Specify node IDs and matrices to modify layouts, rotations, or scaling. Supports error handling options for streamlined updates.
Instructions
Set a transformation matrix on one or more Figma nodes (single or batch).
Parameters:
entry: { nodeId: string, matrix: number[] } (optional, for single)
entries: Array<{ nodeId: string, matrix: number[] }> (optional, for batch)
options: { skipErrors?: boolean } (optional)
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the result for each node.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entries | No | ||
entry | No | ||
options | No |