Interface: G1000AirspeedIndicatorProps
Component props for G1000AirspeedIndicator.
Hierarchy
ComponentProps
↳
G1000AirspeedIndicatorProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
config
• config: AirspeedIndicatorConfig
A configuration object defining options for the airspeed indicator.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AirspeedIndicator/G1000AirspeedIndicator.tsx:18
dataProvider
• dataProvider: AirspeedIndicatorDataProvider
A provider of airspeed indicator data.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AirspeedIndicator/G1000AirspeedIndicator.tsx:15
declutter
• declutter: Subscribable
<boolean
>
Whether the indicator should be decluttered.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AirspeedIndicator/G1000AirspeedIndicator.tsx:24
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
vSpeedSettingManager
• vSpeedSettingManager: VSpeedUserSettingManager
A manager for reference V-speed settings.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/AirspeedIndicator/G1000AirspeedIndicator.tsx:21