Interface: GtcToldOriginDestDisplayProps
Component props for GtcToldOriginDestDisplay.
Hierarchy
ComponentProps
↳
GtcToldOriginDestDisplayProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
includeDisplacedThreshold
• includeDisplacedThreshold: boolean
Whether to include the displaced threshold in the length of the runway.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:21
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
runwayLengthDisplayUnit
• runwayLengthDisplayUnit: Subscribable
<Unit
<Distance
>>
The unit type in which to display the selected runway length.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:18
selectedAirport
• selectedAirport: Subscribable
<null
| AirportWaypoint
>
The selected airport.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:12
selectedRunway
• selectedRunway: Subscribable
<null
| OneWayRunway
>
The selected runway.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldOriginDestDisplay.tsx:15