ShellBarItem
<ui5-shellbar-item>
The ui5-shellbar-item
represents a custom item, that
might be added to the ui5-shellbar
.
ES6 Module Import​
import "@ui5/webcomponents-fiori/dist/ShellBarItem.js";
Properties​
Description | Defines the name of the item's icon. |
Type | string | undefined |
Default | undefined |
Description | Defines the item text. Note: The text is only displayed inside the overflow popover list view. |
Type | string | undefined |
Default | undefined |
Description | Defines the count displayed in the top-right corner. |
Type | string | undefined |
Default | undefined |
Since | 1.0.0-rc.6 |
No slots available for this component.
Description | Fired, when the item is pressed. |
Type | CustomEvent<ShellBarItemClickEventDetail> |
Parameters | targetRef: HTMLElement DOM ref of the clicked element |
Bubbles | Yes |
Cancelable | Yes - via preventDefault() |
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.