MenuBar
directive
A menu bar of menu items.
element
HTMLElementA reference to the menubar element.
textDirection
anyA signal wrapper for directionality.
value
anyThe value of the menu.
wrap
anyWhether the menu should wrap its items.
typeaheadDelay
anyThe delay in seconds before the typeahead buffer is cleared.
items
anyThe menu items as a writable signal.
onSubmit
anyA callback function triggered when a menu item is selected.
Description
A menu bar of menu items.
Like the menu, a menubar is used to offer a list of menu item choices to users. However, a menubar is used to display a persistent, top-level, always-visible set of menu item choices.
Jump to details