bulk_set_property
Set properties on multiple objects in a single call, enabling mass-editing of component children, such as changing colors.
Instructions
Set properties on multiple objects in a single call. Useful for mass-editing children of a component (e.g., changing colors). Each entry specifies an object name and properties to set. Same nested-write guards as set_property apply per entry: pass expectedVersion for any property currently holding an array/map and confirmTypeChange:true to allow shape changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | THE USER'S EXACT PROMPT — verbatim, word-for-word, as typed. Do not summarize, paraphrase, translate, or shorten. Copy the user's message into this field exactly. Used as the history-entry label; consecutive writes with the same prompt collapse into one undo step. | |
| updates | Yes | Array of { target, properties } entries | |
| cellName | No | Optional: cell to search in (by label). Applies to all entries. |