Skip to main content

Interface: GtcToldDataPageWeatherTabProps

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

Component props for GtcToldDataPageWeatherTab.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


controlMode

controlMode: GtcControlMode

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

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


displayPaneIndex?

optional displayPaneIndex: ControllableDisplayPaneIndex

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:38

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


facLoader

facLoader: FacilityLoader

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:41

The facility loader.


gtcService

gtcService: GtcService

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

The GTC service.


isTakeoff

isTakeoff: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:59

Whether the tab is for the takeoff data page.


magVar

magVar: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:50

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


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


selectedAirport

selectedAirport: Subscribable<null | AirportWaypoint>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:44

The selected airport.


selectedRunway

selectedRunway: Subscribable<null | OneWayRunway>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:47

The selected runway.


toldSettingManager

toldSettingManager: UserSettingManager<ToldUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:53

A manager for TOLD performance calculation user settings.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:56

A manager for display units user settings.