kaios-types
    Preparing search index...

    Interface BluetoothGattCharacteristicEventInit

    interface BluetoothGattCharacteristicEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        characteristic?: BluetoothGattCharacteristic | null;
        composed?: boolean;
    }

    Hierarchy

    • EventInit
      • BluetoothGattCharacteristicEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    characteristic?: BluetoothGattCharacteristic | null
    composed?: boolean