Interface: VerticalSpeedIndicatorProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:17
Component props for VerticalSpeedIndicator.
Extends
ComponentProps
Properties
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.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:
VsiConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:22
The configuration object for the indicator.
declutter
declutter:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:37
Whether the indicator should be decluttered.
iauSettingManager
iauSettingManager:
UserSettingManager
<IauUserSettingTypes
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:34
A manager for IAU user settings.
isAdvancedVnav
isAdvancedVnav:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:40
Whether advanced vnav is enabled or not.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
tcasRaCommandDataProvider?
optional
tcasRaCommandDataProvider:TcasRaCommandDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:31
A provider of TCAS-II resolution advisory vertical speed command data. If not defined, then the indicator will not display resolution advisory commands.
vnavDataProvider
vnavDataProvider:
VNavDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:25
A provider of VNAV data.