Skip to main content

Class: BacklightLightBusConfig

A configuration object which defines backlight light bus options.

Implements

Constructors

constructor

new BacklightLightBusConfig(baseInstrument, element): BacklightLightBusConfig

Creates a new BacklightLightBusConfig from a configuration document element.

Parameters

NameTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementElementA configuration document element.

Returns

BacklightLightBusConfig

Defined in

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

Properties

level

Readonly level: CompositeLogicXMLElement

The logic that provides the backlight level requested by the light bus.

Defined in

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


offThreshold

Readonly offThreshold: number

The light bus level threshold below which backlight control will default to photocell instead. If the threshold is zero, then backlight control will always use the light bus level when light bus control is selected.

Defined in

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