Interface: UiViewProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:13
Component props for UiView.
Extends
ComponentProps
Extended by
Gdu460PfdInstrumentsViewProps
PfdMapViewProps
RadioVolumeShortcutPopupProps
BaroPressureDialogProps
MfdFplPageDataFieldSelectDialogProps
MfdFplOptionsPopupProps
MfdMapOptionsPopupProps
MfdMapSetupPopupProps
MfdWaypointMapPopupProps
MfdMainViewProps
MfdNrstViewProps
AfcsControlsViewProps
ApproachDialogProps
AudioViewProps
AudioRadiosPopupProps
BacklightIntensityPopupProps
BaroMinimumDialogProps
DataBarFieldEditViewProps
DataBarFieldSelectDialogProps
DataBarSetupViewProps
DirectToDialogProps
DisplaySetupViewProps
MainMenuViewProps
MfdVolumeRadioPopupProps
MfdPageSelectDialogProps
PfdOptionsViewProps
PfdSetupViewProps
SelectedAltitudeDialogProps
SelectedHeadingDialogProps
StartupViewProps
TransponderViewProps
UnitsSetupViewProps
WaypointDialogProps
WaypointInfoPopupProps
GenericUiViewProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.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.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:15
The UI service instance.