matrix-js-sdk

    Type Alias ImportRoomKeyLoadProgress

    Type representing the progress during the 'load_keys' stage of the room key import process.

    type ImportRoomKeyLoadProgress = {
        failures: number;
        stage: LoadKeys;
        successes: number;
        total: number;
    }
    Index

    Properties

    failures: number

    The number of room keys that failed to load so far.

    stage: LoadKeys

    The current stage of the import process.

    successes: number

    The number of successfully loaded room keys so far.

    total: number

    The total number of room keys being loaded.

    MMNEPVFCICPMFPCPTTAAATR