Skip to main content

Interface: FPLInteractive

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

An interface to define interaction event handling on FPL sections

Methods

onDirectTo()

onDirectTo(): boolean

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

Event that is called when the DTO button is pressed.

Returns

boolean

A booleans indicating that the event was handled.


onMenu()

onMenu(): boolean

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

Event that is called when the MENU button is pressed.

Returns

boolean

A booleans indicating that the event was handled.