update_shape
Update a shape in a tldraw .tldr file by merging partial shape fields or nested props. Requires file path, shape ID, and patch object.
Instructions
Update a shape via shallow merge. Pass nested {"props": {...}} to update props.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to a .tldr file | |
| id | Yes | ||
| patch | Yes | Partial shape fields to merge (top-level or nested under "props") |