create_area
Create areas (swimlanes/zones) on Mural murals to structure and organize content into distinct regions. Set position, size, title, layout, and styling to group related items.
Instructions
Create an area (swimlane/zone) widget on a mural.
Args:
mural_id: The mural ID.
x: Horizontal position in px (default 0).
y: Vertical position in px (default 0).
width: Width in px (default 460).
height: Height in px (default 503).
title: Title text displayed on the area.
layout: "free" (default), "column", or "row".
show_title: Whether to display the title (default true).
style: { backgroundColor, borderColor, borderStyle ("solid"|"dotted"), borderWidth (1-7), titleFontSize }.
parent_id: ID of parent area widget (for nested areas).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| style | No | ||
| title | No | ||
| width | No | ||
| height | No | ||
| layout | No | ||
| mural_id | Yes | ||
| parent_id | No | ||
| show_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |