Skip to main content

Interface: GtcTakeoffDataPageProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPage.tsx:14

Component props for GtcTakeoffDataPage.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

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

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

GtcToldDataPageProps.displayPaneIndex


facLoader

facLoader: FacilityLoader

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPage.tsx:26

The facility loader.

Inherited from

GtcToldDataPageProps.facLoader


flightPlanStore

flightPlanStore: FlightPlanStore

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPage.tsx:35

The flight plan store.

Inherited from

GtcToldDataPageProps.flightPlanStore


gtcService

gtcService: GtcService

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

The GtcService instance.

Inherited from

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

GtcToldDataPageProps.isInOverlayStack


perfConfig

perfConfig: PerformanceConfig

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPage.tsx:29

A performance calculations configuration object.

Inherited from

GtcToldDataPageProps.perfConfig


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

GtcToldDataPageProps.ref


vSpeedGroups

vSpeedGroups: ReadonlyMap<VSpeedGroupType, VSpeedGroup>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPage.tsx:32

The avionics system's defined reference V-speed groups.

Inherited from

GtcToldDataPageProps.vSpeedGroups


vSpeedSettingManager

vSpeedSettingManager: VSpeedUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPage.tsx:16

A manager for reference V-speed user settings.