Skip to main content

Interface: GtcToldDataPageWeatherTabProps

Component props for GtcToldDataPageWeatherTab.

Hierarchy

  • ComponentProps

    GtcToldDataPageWeatherTabProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


controlMode

controlMode: GtcControlMode

The GTC control mode to which the tab's parent view belongs.

Defined in

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


displayPaneIndex

Optional displayPaneIndex: ControllableDisplayPaneIndex

The index of the display pane that the tab's parent view is tied to.

Defined in

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


facLoader

facLoader: FacilityLoader

The facility loader.

Defined in

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


gtcService

gtcService: GtcService

The GTC service.

Defined in

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


isTakeoff

isTakeoff: boolean

Whether the tab is for the takeoff data page.

Defined in

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


magVar

magVar: Subscribable<number>

The magnetic variation, in degrees, at the selected runway or airport.

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


selectedAirport

selectedAirport: Subscribable<null | AirportWaypoint>

The selected airport.

Defined in

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


selectedRunway

selectedRunway: Subscribable<null | OneWayRunway>

The selected runway.

Defined in

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


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/GtcToldDataPageWeatherTab.tsx:53


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/GtcToldDataPageWeatherTab.tsx:56