OverflowMenuComponent
component
Renders items in a toolbar. If menu items provide a ‘group’ property they will be organized in sections.
Component Metadata
Section titled “Component Metadata”Selector: yuv-overflow-menu
Standalone: No
Implements: AfterViewInit, OnDestroy
Inputs
Section titled “Inputs”groupLabels
Section titled “groupLabels”Type: Record<string, string>
menuItems
Section titled “menuItems”Type: OverflowMenuItem[]
Default Value: []
Items of the menu
overflowIcon
Section titled “overflowIcon”Type: string
Default Value: 'more_horiz'
vertical
Section titled “vertical”Type: boolean
Default Value: false
Properties
Section titled “Properties”__menuGroups
Section titled “__menuGroups”Type: unknown
Default Value: computed<MenuGroup[]>(() => this.#groupItems(this.__menuItems()))
activeStyles
Section titled “activeStyles”Type: object
Default Value: \{\}
overflowGroups
Section titled “overflowGroups”Type: unknown
Default Value: signal<MenuGroup[]>([])