CnQuicklinksWidget
Icon-grid quick-links widget with configurable icon size, columns and labels.
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: {links, iconSize, iconShape, showLabels, labelPosition, columns, tileBackgroundStyle, hoverEffect}. | |
isAdmin | boolean | false | Whether the current user is an admin. Combined with canEdit to suppress click handlers in edit mode. | |
canEdit | boolean | false | Whether the surrounding dashboard shell is in edit mode. |
Events
| Name | Payload | Description |
|---|---|---|
edit | — | Emitted when the empty-state placeholder is clicked so a host can open the widget settings. |