Interface: VerticalSpeedIndicatorProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:17
Component props for VerticalSpeedIndicator.
Extends
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
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.
isAdvancedVnav
isAdvancedVnav:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:40
Whether advanced vnav is enabled or not.
pfdSensorsSettingManager
pfdSensorsSettingManager:
UserSettingManager
<PfdSensorsUserSettingTypes
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/VSI/VerticalSpeedIndicator.tsx:34
A manager for PFD sensors user settings.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
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.