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
Name | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
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