kaios-types
Preparing search index...
BluetoothLeDeviceEventInit
Interface BluetoothLeDeviceEventInit
interface
BluetoothLeDeviceEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
device
?:
BluetoothDevice
|
null
;
rssi
?:
number
;
scanRecord
?:
ArrayBuffer
|
null
;
}
Hierarchy
EventInit
BluetoothLeDeviceEventInit
Index
Properties
bubbles?
cancelable?
composed?
device?
rssi?
scan
Record?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
device
device
?:
BluetoothDevice
|
null
Optional
rssi
rssi
?:
number
Optional
scan
Record
scanRecord
?:
ArrayBuffer
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
device
rssi
scan
Record
kaios-types
Loading...