Skip to main content

Interface: GtcApproachPageProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcApproachPage.tsx:32

The properties for the GtcDeparturePage component.

Extends

Properties

allowRnpAr

allowRnpAr: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcApproachPage.tsx:34

Whether RNP (AR) approaches should be selectable.


calculator

calculator: FlightPathCalculator

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:34

The calculator to use for generating previews.

Inherited from

GtcProcedureSelectionPageProps.calculator


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

GtcProcedureSelectionPageProps.children


controlMode

controlMode: GtcControlMode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:17

The GTC control mode to which the view belongs.

Inherited from

GtcProcedureSelectionPageProps.controlMode


displayPaneIndex?

optional displayPaneIndex: ControllableDisplayPaneIndex

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:26

The index of the display pane associated with the view, or undefined if the view is not associated with any display pane.

Inherited from

GtcProcedureSelectionPageProps.displayPaneIndex


fms

fms: Fms

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:28

An instance of the Fms.

Inherited from

GtcProcedureSelectionPageProps.fms


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14

The GtcService instance.

Inherited from

GtcProcedureSelectionPageProps.gtcService


isInOverlayStack?

optional isInOverlayStack: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:20

Whether the view belongs to its GTC control mode's overlay view stack.

Inherited from

GtcProcedureSelectionPageProps.isInOverlayStack


minimumsDataProvider

minimumsDataProvider: MinimumsDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcApproachPage.tsx:37

A provider of minimums data.


planIndex

planIndex: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:30

Which flight plan index to work with.

Inherited from

GtcProcedureSelectionPageProps.planIndex


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

GtcProcedureSelectionPageProps.ref


store

store: FlightPlanStore

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:32

The flight plan store.

Inherited from

GtcProcedureSelectionPageProps.store