Skip to main content

Interface: ApproachDialogProps

Component props for ApproachDialog.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

UiViewProps.children

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

UiViewProps.containerRef

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiView.ts:18


flightPathCalculator

flightPathCalculator: FlightPathCalculator

The flight path calculator to use to calculate approach previews.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/ApproachDialog/ApproachDialog.tsx:82


fms

fms: G3XFms

The FMS.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/ApproachDialog/ApproachDialog.tsx:85


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

A manager for GDU user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/ApproachDialog/ApproachDialog.tsx:88


mapConfig

mapConfig: MapConfig

A configuration object defining options for the dialog's map.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/ApproachDialog/ApproachDialog.tsx:91


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

UiViewProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


uiService

uiService: UiService

The UI service instance.

Inherited from

UiViewProps.uiService

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiView.ts:15