Automerge Repo - v2.6.0-alpha.1
    Preparing search index...

    Type Alias FindProgressWithMethods<T>

    FindProgressWithMethods: FindProgress<T> & {
        peek: () => FindProgress<T>;
        subscribe: (callback: (progress: FindProgress<T>) => void) => () => void;
        untilReady: (allowableStates: string[]) => Promise<DocHandle<T>>;
    }

    Type Parameters

    • T

    Use DocumentProgress. Will be removed in the next major release.