Skip to main content

Class: BacklightPhotoCellConfig

A configuration object which defines backlight photocell options.

Implements

Constructors

constructor

new BacklightPhotoCellConfig(baseInstrument, element): BacklightPhotoCellConfig

Creates a new BacklightPhotoCellConfig from a configuration document element.

Parameters

NameTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementundefined | ElementA configuration document element.

Returns

BacklightPhotoCellConfig

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Backlight/BacklightConfig.ts:78

Properties

brightnessRange

Readonly brightnessRange: readonly [number, number]

The range of backlight levels, as [min, max], allowed to be set when under automatic photocell control.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Backlight/BacklightConfig.ts:71