Skip to main content

Interface: MfdMapPageProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdMapPage/MfdMapPage.tsx:42

Component props for MfdMapPage.

Extends

Properties

children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

MfdPageProps.children


containerRef

containerRef: NodeReference<HTMLElement>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/PageNavigation/MfdPage.ts:17

A reference to the root element of the container of the page's parent UI view.

Inherited from

MfdPageProps.containerRef


displaySettingManager

displaySettingManager: UserSettingManager<DisplayUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdMapPage/MfdMapPage.tsx:53

A manager for display user settings.


fplSourceDataProvider

fplSourceDataProvider: G3XFplSourceDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdMapPage/MfdMapPage.tsx:47

A provider of flight plan source data.


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdMapPage/MfdMapPage.tsx:50

A manager for GDU user settings.


mapConfig

mapConfig: MapConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdMapPage/MfdMapPage.tsx:56

A configuration object defining options for the map.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

MfdPageProps.ref


trafficSystem

trafficSystem: null | TrafficSystem

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdMapPage/MfdMapPage.tsx:44

The traffic system used by the page's map to display traffic, or null if there is no traffic system.


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/PageNavigation/MfdPage.ts:14

The UI service instance.

Inherited from

MfdPageProps.uiService