Member Junction
    Preparing search index...
    interface PullCallbacks {
        onError?: (message: string) => void;
        onLog?: (message: string) => void;
        onProgress?: (message: string) => void;
        onSuccess?: (message: string) => void;
        onWarn?: (message: string) => void;
    }
    Index

    Properties

    onError?: (message: string) => void
    onLog?: (message: string) => void
    onProgress?: (message: string) => void
    onSuccess?: (message: string) => void
    onWarn?: (message: string) => void