Interface: AirspeedIndicatorProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:17
Component props for AirspeedIndicator.
Extends
ComponentProps
Properties
aoaDataProvider
aoaDataProvider:
AirspeedAoaDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:31
A provider of angle of attack data.
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:19
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
config
config:
AirspeedIndicatorConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:22
The configuration object for the indicator.
declutter
declutter:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:40
Whether the indicator should be decluttered.
iauSettingManager
iauSettingManager:
UserSettingManager
<IauUserSettingTypes
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:34
A manager for IAU user settings.
isAirspeedHoldActive?
optional
isAirspeedHoldActive:boolean
|Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:28
Whether airspeed hold is active. If not defined, airspeed hold is considered active if and only if the flight director is in FLC mode.
pfdIndex
pfdIndex:
1
|2
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:43
The index of the PFD.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
vSpeedSettingManager
vSpeedSettingManager:
VSpeedUserSettingManager
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicator.tsx:37
A manager for reference V-speed settings.