Skip to main content

Interface: MFDSelectProcedurePageProps

Component props for MFDSelectProcedurePage.

Hierarchy

Properties

bus

bus: EventBus

The event bus.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/MFDSelectProcedurePage.tsx:57


calculator

calculator: FlightPathCalculator

A flight path calculator to use to build preview flight plans.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/MFDSelectProcedurePage.tsx:63


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

MFDUiPageProps.children

Defined in

sdk/components/FSComponent.ts:122


fms

fms: Fms<any>

The flight management system.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/MFDSelectProcedurePage.tsx:60


hasRadioAltimeter

hasRadioAltimeter: boolean

Whether this instance of the G1000 has a Radio Altimeter.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/MFDSelectProcedurePage.tsx:66


menuSystem: SoftKeyMenuSystem

The softkey menu system.

Inherited from

MFDUiPageProps.menuSystem

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:15


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

MFDUiPageProps.ref

Defined in

sdk/components/FSComponent.ts:125


viewService

viewService: ViewService

The view service to which this page belongs.

Inherited from

MFDUiPageProps.viewService

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:13