Interface: MfdInfoPageProps
Component props for MfdInfoPage.
Hierarchy
↳
MfdInfoPageProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
containerRef
• containerRef: NodeReference
<HTMLElement
>
A reference to the root element of the container of the page's parent UI view.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/PageNavigation/MfdPage.ts:17
gduDefsConfig
• gduDefsConfig: GduDefsConfig
A configuration object defining options for GDUs.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdInfoPage/MfdInfoPage.tsx:52
gpsReceiverDefs
• gpsReceiverDefs: readonly Readonly
<GpsReceiverDefinition
>[]
Definitions for GPS receiver systems connected to the G3X Touch, indexed by GPS receiver system index.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdInfoPage/MfdInfoPage.tsx:49
gpsSatComputers
• gpsSatComputers: readonly GPSSatComputer
[]
An array of the GPS computers used by the GPS receiver systems connected to the G3X Touch, indexed by GPS receiver system index.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdInfoPage/MfdInfoPage.tsx:58
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:125
uiService
• uiService: UiService
The UI service instance.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/PageNavigation/MfdPage.ts:14