Interface: GtcToldRunwayDisplayProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:13
Component props for GtcToldRunwayDisplay.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optional
class:string
|SubscribableSet
<string
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:24
The CSS class(es) to apply to the component's root element.
includeDisplacedThreshold
includeDisplacedThreshold:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:18
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
runway
runway:
OneWayRunway
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:15
The runway to display.
unitsSettingManager
unitsSettingManager:
UnitsUserSettingManager
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:21
A manager for display units user settings.