MenuItemRouterLink Type documentation¶
| Represents a menu item that navigates using the Angular Router. Requires a configured Angular Router. | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Types Documentation¶
|
Property Badge that is rendered after the label. |
|---|
Property Color of the badge (not iconBadge). |
|---|
Property Whether the menu item id disabled. |
|---|
icon? Property Optional icon that will be rendered before the label. |
|---|
Property Badge (always red) that is attached to the icon. If value===true, an empty red dot will be rendered. |
|---|
id? Property ID that will be attached to the DOM node. |
|---|
| Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
|---|
Property Label that is shown to the user. |
|---|
Translatable import imported from @siemens/element-translate-ng |
|---|
Except where otherwise noted, content on this site is licensed under MIT License.