The DeviceLightEvent provides web developers with information photo sensors or similiar detectors about ambient light levels the device. For example this may be useful to adjust the screen's based on the current ambient light level in order to save energy provide better readability.
The DeviceLightEvent provides web developers with information photo sensors or similiar detectors about ambient light levels the device. For example this may be useful to adjust the screen's based on the current ambient light level in order to save energy provide better readability.
(set-value! this val)
Property.
The value property provides the current level of the ambient
var light = instanceOfDeviceLightEvent.value;
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceLightEvent/value
Property. The value property provides the current level of the ambient `var light = instanceOfDeviceLightEvent.value;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceLightEvent/value`
(value this)
Property.
The value property provides the current level of the ambient
var light = instanceOfDeviceLightEvent.value;
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceLightEvent/value
Property. The value property provides the current level of the ambient `var light = instanceOfDeviceLightEvent.value;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceLightEvent/value`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close