Skip to main content

Interface: GtcToldOriginDestDisplayProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:10

Component props for GtcToldOriginDestDisplay.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


includeDisplacedThreshold

includeDisplacedThreshold: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:21

Whether to include the displaced threshold in the length of the runway.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


runwayLengthDisplayUnit

runwayLengthDisplayUnit: Subscribable<Unit<Distance>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:18

The unit type in which to display the selected runway length.


selectedAirport

selectedAirport: Subscribable<null | AirportWaypoint>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:12

The selected airport.


selectedRunway

selectedRunway: Subscribable<null | OneWayRunway>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:15

The selected runway.