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