CnMenuWidget
Hierarchical menu widget (dropdown / sidebar / tree) with active-item highlighting.
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 |
|---|---|---|---|---|
content | object | \{\} | Persisted widget content {items, style, orientation, showIcons, expandedByDefault, activeItemHighlight}. | |
isAdmin | boolean | false | Whether the current user is an admin (pairs with canEdit). | |
canEdit | boolean | false | Whether the surrounding shell is in edit mode. |
Events
| Name | Payload | Description |
|---|---|---|
edit-request | — | Fired when the empty-state gear is clicked in edit mode. |