Interface: GtcToldRunwayDisplayProps
Component props for GtcToldRunwayDisplay.
Hierarchy
ComponentProps
↳
GtcToldRunwayDisplayProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
class
• Optional
class: string
| SubscribableSet
<string
>
The CSS class(es) to apply to the component's root element.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:24
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/GtcToldRunwayDisplay.tsx:18
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
runway
• runway: OneWayRunway
The runway to display.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:15
unitsSettingManager
• unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
A manager for display units user settings.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldRunwayDisplay.tsx:21