SiMenuItemComponent documentation¶
selector
si-menu-item, a[si-menu-item], button[si-menu-item]Input Properties¶
| Name | Type | Default | Description |
|---|---|---|---|
| badge ¶ | (string | number) | Content displayed in the menu item's badge. | |
| badgeColor ¶ | string | 'secondary' | Color variant of the menu item's badge. |
| disabled ¶ | boolean | false | Whether the menu item is disabled. |
| icon ¶ | string | Icon displayed before the menu item label. | |
| iconBadgeDot ¶ | (string | number | boolean | undefined) | false | Whether to show a dot badge on the icon. A string or number is shown as dot content. |
Output Properties¶
| Name | Type | Description |
|---|---|---|
| (readonly) triggered ¶ | EventEmitter<void> | If this MenuItem is a regular MenuItem, outputs when it is triggered by a keyboard or mouse event. |
Types Documentation¶
No types to document for items on this page.
Except where otherwise noted, content on this site is licensed under MIT License.