Interface: GtcLandingDataPageDataTabProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:20
Component props for GtcLandingDataPageDataTab.
Extends
Properties
children?
optionalchildren:DisplayChildren[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
gtcService
gtcService:
GtcService
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:22
The GTC service.
landingVSpeedGroup
landingVSpeedGroup:
undefined|VSpeedGroup
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:25
The avionics system's defined takeoff reference V-speed group.
ref?
optionalref:NodeReference<any>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
result
result:
Subscribable<null|ToldLandingPerformanceResult>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:34
The calculated takeoff performance result.
selectedAirport
selectedAirport:
Subscribable<null|AirportWaypoint>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:28
The selected origin airport.
selectedRunway
selectedRunway:
Subscribable<null|OneWayRunway>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:31
The selected origin runway.
toldSettingManager
toldSettingManager:
UserSettingManager<ToldUserSettingTypes>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:37
A manager for TOLD performance calculation user settings.
unitsSettingManager
unitsSettingManager:
UnitsUserSettingManager
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:40
A manager for display units user settings.