kaios-types
    Preparing search index...

    Interface MozSettingsTransactionEventInit

    interface MozSettingsTransactionEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        error?: string;
    }

    Hierarchy

    • EventInit
      • MozSettingsTransactionEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    error?: string

    An error message describing the transaction failure.