Interface: MfdEnginePageProps
Component props for MfdMapPage.
Hierarchy
↳
MfdEnginePageProps
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
enginePageDefinition
• Optional
enginePageDefinition: G3XEnginePageDefinition
The definition for rendering the engine page parsed from panel.xml
. If not defined, then the page's contents
will be rendered as blank.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdEnginePage/MfdEnginePage.tsx:38
gduSettingManager
• gduSettingManager: UserSettingManager
<GduUserSettingTypes
>
A manager for GDU user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdEnginePage/MfdEnginePage.tsx:32
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
xmlLogicHost
• xmlLogicHost: CompositeLogicXMLHost
The logic host for the GDU's gauges.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdEnginePage/MfdEnginePage.tsx:29