Skip to main content

Interface: GtcToldDataPageRunwayTabProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageRunwayTab.tsx:25

Component props for GtcToldDataPageRunwayTab.

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/GtcToldDataPageRunwayTab.tsx:30

The GTC control mode to which the view belongs.


displayPaneIndex?

optional displayPaneIndex: ControllableDisplayPaneIndex

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

The index of the display pane that this view is tied to.


gtcService

gtcService: GtcService

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

The GTC service.


isTakeoff

isTakeoff: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageRunwayTab.tsx:51

Whether the tab is for the takeoff data page.


magVar

magVar: Subscribable<number>

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

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/GtcToldDataPageRunwayTab.tsx:36

The selected origin airport.


selectedRunway

selectedRunway: MutableSubscribable<null | OneWayRunway>

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

The selected origin runway.


toldSettingManager

toldSettingManager: UserSettingManager<ToldUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageRunwayTab.tsx:45

A manager for TOLD performance calculation user settings.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageRunwayTab.tsx:48

A manager for display units user settings.