kaios-types
    Preparing search index...

    Interface BluetoothAttributeEventInit

    interface BluetoothAttributeEventInit {
        attrs?: string[];
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
    }

    Hierarchy

    • EventInit
      • BluetoothAttributeEventInit
    Index

    Properties

    attrs?: string[]
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean