Liking cljdoc? Tell your friends :D

web.ambient.AmbientLightSensor

The AmbientLightSensor interface of the the Sensor APIs returns current light level or illuminance of the ambient light around hosting device.

The AmbientLightSensor interface of the the Sensor APIs returns
current light level or illuminance of the ambient light around
hosting device.
raw docstring

constructorcljs

(constructor & args)

Constructor.

The AmbinentLightSensor() constructor creates a new web.ambient.AmbientLightSensor object, which returns the current light level or illuminance of the ambient light around the hosting device.

options Optional Currently only one option is supported:

frequency: The desired number of times per second a sample should be taken, meaning the number of times per second that sensor.onreading will be called. A whole number or decimal may be used, the latter for frequencies less than a second. The actual reading frequency depends device hardware and consequently may be less than requested.

See also: https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/AmbientLightSensor

Constructor.

The AmbinentLightSensor() constructor creates a new `web.ambient.AmbientLightSensor` object, which returns the current light level or illuminance of the ambient light around the hosting device.

options Optional
Currently only one option is supported:

frequency: The desired number of times per second a sample should be taken, meaning the number of times per second that `sensor.onreading` will be called. A whole number or decimal may be used, the latter for frequencies less than a second. The actual reading frequency depends device hardware and consequently may be less than requested.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/AmbientLightSensor`
sourceraw docstring

illuminancecljs

(illuminance this)

Property.

The illuminance property of the web.ambient.AmbientLightSensor returns the current light level in lux of the ambient light level the hosting device.

var level = AmbientLightSensor.illuminance

See also: https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance

Property.

The illuminance property of the `web.ambient.AmbientLightSensor`
returns the current light level in lux of the ambient light level
the hosting device.

`var level = AmbientLightSensor.illuminance`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance`
sourceraw docstring

set-illuminance!cljs

(set-illuminance! this val)

Property.

The illuminance property of the web.ambient.AmbientLightSensor returns the current light level in lux of the ambient light level the hosting device.

var level = AmbientLightSensor.illuminance

See also: https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance

Property.

The illuminance property of the `web.ambient.AmbientLightSensor`
returns the current light level in lux of the ambient light level
the hosting device.

`var level = AmbientLightSensor.illuminance`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close