Skip to main content

Interface: DisplaySetupViewProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:37

Component props for DisplaySetupView.

Extends

Properties

chartsSettingManager

chartsSettingManager: UserSettingManager<G3XChartsUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:42

A manager for electronic charts user settings.


chartsSources

chartsSources: Iterable<G3XChartsSource>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:57

All available electronic charts sources.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

UiViewProps.children


config

config: AvionicsConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:45

The general avionics configuration object.


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/Views/DisplaySetupView/DisplaySetupView.tsx:39

A manager for display user settings.


instrumentConfig

instrumentConfig: InstrumentConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:48

The configuration object of the view's parent instrument.


pfdPageDefs

pfdPageDefs: Iterable<Readonly<PfdPageDefinition>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:54

An iterable of definitions for PFD pages in the order in which the pages should appear in the view's MFD Split Screen Page selection list.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

UiViewProps.ref


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