kaios-types
    Preparing search index...

    Interface BluetoothStatusChangedEventInit

    interface BluetoothStatusChangedEventInit {
        address?: string;
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        status?: boolean;
    }

    Hierarchy

    • EventInit
      • BluetoothStatusChangedEventInit
    Index

    Properties

    address?: string
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    status?: boolean