DeviceProximityEvent
Overview
The DeviceProximityEvent interface provides information about the distance of a nearby physical object using the proximity sensor of a device.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
max
property max: Double read;
Double max { get; }
var max: Double { get{} }
Double max { __get; }
ReadOnly Property max() As Double
min
property min: Double read;
Double min { get; }
var min: Double { get{} }
Double min { __get; }
ReadOnly Property min() As Double
value
property value: String read;
String value { get; }
var value: String { get{} }
String value { __get; }
ReadOnly Property value() As String