Skip to main content

Class: VsiConfig

A configuration object which defines vertical speed indicator options.

Implements

  • Config

Constructors

constructor

new VsiConfig(element, factory): VsiConfig

Creates a new VsiConfig from a configuration document element.

Parameters

NameTypeDescription
elementundefined | ElementA configuration document element.
factoryConfigFactoryA configuration object factory to use to create child configuration objects.

Returns

VsiConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VSI/VsiConfig.ts:16

Properties

scaleOptions

Readonly scaleOptions: Readonly<Partial<VsiScaleOptions>>

Options for the VSI scale.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VSI/VsiConfig.ts:9