Skip to main content

Interface: MfdMapSetupPopupProps

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

Component props for MfdMapSetupPopup.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

UiViewProps.children


containerRef

containerRef: NodeReference<HTMLElement>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:18

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

Inherited from

UiViewProps.containerRef


displaySettingManager

displaySettingManager: UserSettingManager<DisplayUserSettingTypes>

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

A manager for display user settings.


fplSourceDataProvider

fplSourceDataProvider: G3XFplSourceDataProvider

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

A provider of flight plan source data.


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

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

A manager for GDU user settings.


mapConfig

mapConfig: MapConfig

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

A configuration object defining options for the map.


mapOrientationOverride

mapOrientationOverride: MutableSubscribable<null | MapOrientation>

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

A mutable subscribable with which to sync the popup's map orientation override value.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

UiViewProps.ref


trafficSystem

trafficSystem: null | TrafficSystem

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

The traffic system used by the popup'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/Shared/UiSystem/UiView.ts:15

The UI service instance.

Inherited from

UiViewProps.uiService