kaios-types
    Preparing search index...

    Interface BluetoothAdapterEventInit

    interface BluetoothAdapterEventInit {
        adapter?: BluetoothAdapter | null;
        address?: string | null;
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
    }

    Hierarchy

    • EventInit
      • BluetoothAdapterEventInit
    Index

    Properties

    adapter?: BluetoothAdapter | null
    address?: string | null
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean