prolink-connect
    Preparing search index...

    Interface HydrationProgress

    Details about the current state of the hydtration task

    interface HydrationProgress {
        complete: number;
        table: string;
        total: number;
    }
    Index

    Properties

    Properties

    complete: number

    The completed number of progress steps

    table: string

    The specific table that progress is being reported for

    total: number

    The total progress steps for this table