matrix-js-sdk

    Interface IQueueEntry<T>

    interface IQueueEntry<T> {
        attempts: number;
        defer: IDeferred<T>;
        event: MatrixEvent;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    attempts: number
    defer: IDeferred<T>
    MMNEPVFCICPMFPCPTTAAATR