Interface: AirspeedIndicatorProps
Component props for AirspeedIndicator.
Hierarchy
ComponentProps
↳
AirspeedIndicatorProps
Properties
aoaDataProvider
• aoaDataProvider: AirspeedAoaDataProvider
A provider of angle of attack data.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:30
bus
• bus: EventBus
The event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:18
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
config
• config: AirspeedIndicatorConfig
The configuration object for the indicator.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:21
declutter
• declutter: Subscribable
<boolean
>
Whether the indicator should be decluttered.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:39
iauSettingManager
• iauSettingManager: UserSettingManager
<IauUserSettingTypes
>
A manager for IAU user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:33
isAirspeedHoldActive
• Optional
isAirspeedHoldActive: boolean
| Subscribable
<boolean
>
Whether airspeed hold is active. If not defined, airspeed hold is considered active if and only if the flight director is in FLC mode.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:27
pfdIndex
• pfdIndex: 2
| 1
The index of the PFD.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:42
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
vSpeedSettingManager
• vSpeedSettingManager: VSpeedUserSettingManager
A manager for reference V-speed settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicator.tsx:36