CnDashTileWidgetForm
Config sub-form for the dashboard quick-access tile — title, icon, colours, link.
Part of the dashboard widget library (v2). Registered with the dashboard widget registry and consumed by MyDash/LaunchPad's widget grid. See the widget library overview and docs/architecture/cards-and-widgets.md.
Reference
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
editingWidget | object | null | The placement being edited, or null in create mode. | |
value | object | \{ ...DEFAULT_CONTENT \} | Initial content values (registry defaults when not editing). |
Events
| Name | Payload | Description |
|---|---|---|
update:content | — | Emitted on every change with the assembled content payload. |