Type alias HydrationProgress

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

Details about the current state of the hydtration task

Type declaration

  • 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

Generated using TypeDoc