set_group_box
Set a group's backdrop rect size. The rect is centred on (pivotX, pivotY) in group-local space and transforms with the group. Either dimension at 0 hides the backdrop entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| box_width | Yes | Backdrop width in px (non-negative). | |
| elementId | Yes | group.<id>. | |
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. | |
| box_height | Yes | Backdrop height in px (non-negative). |