Skip to main content

Interface: ApproachDialogProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:80

Component props for ApproachDialog.

Extends

Properties

children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

UiViewProps.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.

Inherited from

UiViewProps.containerRef


flightPathCalculator

flightPathCalculator: FlightPathCalculator

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:82

The flight path calculator to use to calculate approach previews.


fms

fms: G3XFms

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:85

The FMS.


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:88

A manager for GDU user settings.


mapConfig

mapConfig: MapConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:91

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


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

UiViewProps.ref


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:15

The UI service instance.

Inherited from

UiViewProps.uiService