Skip to main content

Interface: MFDInformationPageProps

The properties on the flight plan popout component.

Hierarchy

Properties

bus

bus: EventBus

An instance of the event bus.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Information/MFDInformationPage.tsx:26


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

UiPageProps.children

Defined in

sdk/components/FSComponent.ts:122


controlPublisher

controlPublisher: ControlPublisher

A control system publisher.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Information/MFDInformationPage.tsx:38


facilityLoader

facilityLoader: FacilityLoader

A facility loader.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Information/MFDInformationPage.tsx:32


fms

fms: Fms<any>

An FMS state manager.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Information/MFDInformationPage.tsx:29


menuSystem: SoftKeyMenuSystem

The MenuSystem.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Information/MFDInformationPage.tsx:35


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

UiPageProps.ref

Defined in

sdk/components/FSComponent.ts:125


viewService

viewService: ViewService

The view service to which this page belongs.

Inherited from

UiPageProps.viewService

Defined in

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