The ld-menuitem-group
component is a subcomponent for ld-context-menu
.
Please refer to the ld-context-menu
documentation for usage examples.
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
ariaLabel |
aria-label |
Label for the menu item group. | string |
undefined |
key |
key |
for tracking the node's identity when working with lists | string | number |
undefined |
ref |
ref |
reference to component | any |
undefined |
Part | Description |
---|---|
"list" |
ul element wrapping the default slot |
"listitem" |
li element wrapping the ul element |
Built with StencilJS