kaios-types
Preparing search index...
BluetoothGattAttributeEventInit
Interface BluetoothGattAttributeEventInit
interface
BluetoothGattAttributeEventInit
{
address
?:
string
;
bubbles
?:
boolean
;
cancelable
?:
boolean
;
characteristic
?:
BluetoothGattCharacteristic
|
null
;
composed
?:
boolean
;
descriptor
?:
BluetoothGattDescriptor
|
null
;
needResponse
?:
boolean
;
requestId
?:
number
;
value
?:
ArrayBuffer
|
null
;
}
Hierarchy
EventInit
BluetoothGattAttributeEventInit
Index
Properties
address?
bubbles?
cancelable?
characteristic?
composed?
descriptor?
need
Response?
request
Id?
value?
Properties
Optional
address
address
?:
string
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
characteristic
characteristic
?:
BluetoothGattCharacteristic
|
null
Optional
composed
composed
?:
boolean
Optional
descriptor
descriptor
?:
BluetoothGattDescriptor
|
null
Optional
need
Response
needResponse
?:
boolean
Optional
request
Id
requestId
?:
number
Optional
value
value
?:
ArrayBuffer
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
bubbles
cancelable
characteristic
composed
descriptor
need
Response
request
Id
value
kaios-types
Loading...