Liking cljdoc? Tell your friends :D
ClojureScript only.

web.event.UserProximityEvent

The UserProximityEvent indicates whether a nearby physical object present by using the proximity sensor of a device.

The UserProximityEvent indicates whether a nearby physical object
present by using the proximity sensor of a device.
raw docstring

nearcljs

(near this)

Property.

The near property tell if there is an object close to the device or not (false).

var near = userProximityEvent.near;

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

Property.

The near property tell if there is an object close to the device
or not (false).

`var near = userProximityEvent.near;`

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

set-near!cljs

(set-near! this val)

Property.

The near property tell if there is an object close to the device or not (false).

var near = userProximityEvent.near;

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

Property.

The near property tell if there is an object close to the device
or not (false).

`var near = userProximityEvent.near;`

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

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

× close