Interface: DisplaySetupViewProps
Component props for DisplaySetupView.
Hierarchy
↳
DisplaySetupViewProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
config
• config: AvionicsConfig
The general avionics configuration object.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:40
containerRef
• containerRef: NodeReference
<HTMLElement
>
A reference to the root element of the view's container.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiView.ts:18
displaySettingManager
• displaySettingManager: UserSettingManager
<DisplayUserSettingTypes
>
A manager for display user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:37
instrumentConfig
• instrumentConfig: InstrumentConfig
The configuration object of the view's parent instrument.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:43
pfdPageDefs
• pfdPageDefs: Iterable
<Readonly
<PfdPageDefinition
>>
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.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:49
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/Shared/UiSystem/UiView.ts:15