update_arrow
Update an existing arrow connector on a mural by modifying its position, size, style, label, or connected endpoints.
Instructions
Update an arrow (connector) widget on a mural.
Args:
mural_id: The mural ID.
widget_id: The widget ID of the arrow.
properties: Object with fields to update. Supported fields:
x, y, width, height, points, arrowType ("straight"|"curved"|"orthogonal"),
tip ("single"|"double"|"no tip"), startRefId, endRefId,
style: { strokeColor, strokeStyle, strokeWidth },
label: { format: {...}, labels: [...] }, parentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mural_id | Yes | ||
| widget_id | Yes | ||
| properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |