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