UIMenuItemSelectedEvent
class UIMenuItemSelectedEvent
extends UIComponentEvent
Event that is emitted on a menu or menu item when it is selected.
Constructor
(name: string, source: UIComponent, key: string): UIMenuItemSelectedEvent
.key
string
The key of the menu item that was selected.
.event
any
Inherited from UIComponentEvent.event.
.source
TComponent
Inherited from ComponentEvent.source.
.inner
Inherited from ComponentEvent.inner.
.name
string
Inherited from ManagedEvent.name.
.freeze()
(): Readonly<this>
Inherited from ManagedEvent.freeze.