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.
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close