Skip to main content

Interface: GtcLandingDataPageDataTabProps

Component props for GtcLandingDataPageDataTab.

Hierarchy

  • ComponentProps

    GtcLandingDataPageDataTabProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


gtcService

gtcService: GtcService

The GTC service.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:22


landingVSpeedGroup

landingVSpeedGroup: undefined | VSpeedGroup

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

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:25


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


result

result: Subscribable<null | ToldLandingPerformanceResult>

The calculated takeoff performance result.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:34


selectedAirport

selectedAirport: Subscribable<null | AirportWaypoint>

The selected origin airport.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:28


selectedRunway

selectedRunway: Subscribable<null | OneWayRunway>

The selected origin runway.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:31


toldSettingManager

toldSettingManager: UserSettingManager<ToldUserSettingTypes>

A manager for TOLD performance calculation user settings.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:37


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager<UnitsUserSettingTypes>

A manager for display units user settings.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcLandingDataPageDataTab.tsx:40