Interface: DataBarFieldSelectDialogProps
Component props for DataBarFieldSelectDialog.
Hierarchy
↳
DataBarFieldSelectDialogProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
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
navDataBarFieldModelFactory
• navDataBarFieldModelFactory: NavDataBarFieldModelFactory
The factory to use to create data models for the dialog's data fields.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DataBarFieldEditView/DataBarFieldSelectDialog.tsx:28
navDataBarFieldRenderer
• navDataBarFieldRenderer: NavDataFieldRenderer
The renderer to use to render the dialog's data fields.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DataBarFieldEditView/DataBarFieldSelectDialog.tsx:31
navDataFieldGpsValidity
• navDataFieldGpsValidity: Subscribable
<NavDataFieldGpsValidity
>
The GPS validity state for nav data fields.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DataBarFieldEditView/DataBarFieldSelectDialog.tsx:34
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