Skip to main content

Interface: VerticalSpeedIndicatorProps

Component props for VerticalSpeedIndicator.

Hierarchy

  • ComponentProps

    VerticalSpeedIndicatorProps

Properties

bus

bus: EventBus

The event bus.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VSI/VerticalSpeedIndicator.tsx:14


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


config

config: VsiConfig

The configuration object for the indicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VSI/VerticalSpeedIndicator.tsx:17


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/VSI/VerticalSpeedIndicator.tsx:32


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/VSI/VerticalSpeedIndicator.tsx:29


isAdvancedVnav

isAdvancedVnav: boolean

Whether advanced vnav is enabled or not.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VSI/VerticalSpeedIndicator.tsx:35


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


tcasRaCommandDataProvider

Optional tcasRaCommandDataProvider: TcasRaCommandDataProvider

A provider of TCAS-II resolution advisory vertical speed command data. If not defined, then the indicator will not display resolution advisory commands.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VSI/VerticalSpeedIndicator.tsx:26


vnavDataProvider

vnavDataProvider: VNavDataProvider

A provider of VNAV data.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VSI/VerticalSpeedIndicator.tsx:20