update_area
Update a swimlane or zone widget on a mural by modifying its position, size, title, layout, style, and visibility. Adjust area properties to reorganize and customize murals.
Instructions
Update an area (swimlane/zone) widget on a mural.
Args:
mural_id: The mural ID.
widget_id: The widget ID of the area.
properties: Object with fields to update. Supported fields:
x, y, width, height, title, layout ("free"|"column"|"row"), showTitle,
style: { backgroundColor, borderColor, borderStyle, borderWidth, titleFontSize },
parentId, hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mural_id | Yes | ||
| widget_id | Yes | ||
| properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |