Interface: DisplaySetupViewProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:35
Component props for DisplaySetupView.
Extends
Properties
children?
optionalchildren:DisplayChildren[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
config
config:
AvionicsConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:40
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
displaySettingManager
displaySettingManager:
UserSettingManager<DisplayUserSettingTypes>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:37
A manager for display user settings.
instrumentConfig
instrumentConfig:
InstrumentConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DisplaySetupView/DisplaySetupView.tsx:43
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:49
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?
optionalref:NodeReference<any>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:15
The UI service instance.