Skip to main content

Interface: FPLInteractive

An interface to define interaction event handling on FPL sections

Implemented by

Methods

onDirectTo

onDirectTo(): boolean

Event that is called when the DTO button is pressed.

Returns

boolean

A booleans indicating that the event was handled.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/FPL/FPLSection.tsx:71


onMenu

onMenu(): boolean

Event that is called when the MENU button is pressed.

Returns

boolean

A booleans indicating that the event was handled.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/FPL/FPLSection.tsx:65