Skip to main content

Interface: GtcToldDataPageOriginDestTabProps

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

Component props for GtcToldDataPageOriginDestTab.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


facWaypointCache

facWaypointCache: GarminFacilityWaypointCache

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

The cache from which to retrieve facility waypoints.


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldDataPageOriginDestTab.tsx:29

The GTC service.


isTakeoff

isTakeoff: boolean

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

Whether the tab is for the takeoff data page.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


selectedAirport

selectedAirport: MutableSubscribable<null | AirportWaypoint>

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

The selected airport.


selectedRunway

selectedRunway: MutableSubscribable<null | OneWayRunway>

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

The selected runway.


supportPerformance

supportPerformance: boolean

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

Whether to render a version of the tab that supports performance calculations.


toldSettingManager

toldSettingManager: UserSettingManager<ToldUserSettingTypes>

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

A manager for TOLD performance calculation user settings.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

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

A manager for display units user settings.