kaios-types
    Preparing search index...

    Interface BluetoothDeviceEventInit

    interface BluetoothDeviceEventInit {
        address?: string | null;
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        device?: BluetoothDevice | null;
    }

    Hierarchy

    • EventInit
      • BluetoothDeviceEventInit
    Index

    Properties

    address?: string | null
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    device?: BluetoothDevice | null