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