UserMenuItem
<ui5-user-menu-item>
| Since 2.5.0info
The following entity is available under an experimental flag and its API and behavior are subject to change.
ui5-user-menu-item
is the item to use inside a ui5-user-menu
.
An arbitrary hierarchy structure can be represented by recursively nesting menu items.
Usage​
ui5-user-menu-item
represents a node in a ui5-user-menu
. The user menu itself is rendered as a list,
and each ui5-menu-item
is represented by a menu item in that menu. Therefore, you should only use
ui5-user-menu-item
directly in your apps. The ui5-menu
menu item is internal for the menu, and not intended for public use.
ES6 Module Import​
import "@ui5/webcomponents-fiori/dist/UserMenuItem.js";
Properties​
text​
additionalText​
icon​
disabled​
loading​
loadingDelay​
accessibleName​
tooltip​
accessibilityAttributes​
type​
navigated​
highlight​
selected​
Slots​
default​
endContent​
deleteButton​
Events​
detail-click​
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.