Interface: UiInteractionHandler
A handler which can respond to and optionally handle instances of UiInteractionEvent.
Hierarchy
Implemented by
FrequencyInput
MfdPageContainer
MfdPageNavBar
TabbedContainer
UiFlightPlanList
UiFocusController
UiList
UiListItem
UiNearestWaypointList
UiViewStack
WaypointInfo
WaypointInfoInfo
Methods
onUiInteractionEvent
▸ onUiInteractionEvent(event
): boolean
Handles a UiInteractionEvent.
Parameters
Name | Type | Description |
---|---|---|
event | UiInteractionEvent | The event to handle. |
Returns
boolean
Whether the event was handled.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiInteraction.ts:90