kaios-types
    Preparing search index...

    Interface BluetoothLeDeviceEventInit

    interface BluetoothLeDeviceEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        device?: BluetoothDevice | null;
        rssi?: number;
        scanRecord?: ArrayBuffer | null;
    }

    Hierarchy

    • EventInit
      • BluetoothLeDeviceEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    device?: BluetoothDevice | null
    rssi?: number
    scanRecord?: ArrayBuffer | null