Skip to main content

Interface: GtcTakeoffDataPageDataTabProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:19

Component props for GtcTakeoffDataPageDataTab.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:21

The GTC service.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


result

result: Subscribable<null | ToldTakeoffPerformanceResult>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:33

The calculated takeoff performance result.


selectedAirport

selectedAirport: Subscribable<null | AirportWaypoint>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:27

The selected origin airport.


selectedRunway

selectedRunway: Subscribable<null | OneWayRunway>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:30

The selected origin runway.


takeoffVSpeedGroup

takeoffVSpeedGroup: undefined | VSpeedGroup

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:24

The avionics system's defined takeoff reference V-speed group.


toldSettingManager

toldSettingManager: UserSettingManager<ToldUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:36

A manager for TOLD performance calculation user settings.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:42

A manager for display units user settings.


vSpeedSettingManager

vSpeedSettingManager: VSpeedUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcTakeoffDataPageDataTab.tsx:39

A manager for reference V-speed user settings.