Logos DX
    Preparing search index...

    Type Alias OnChunkParam<T>

    type OnChunkParam<T> = {
        completionPercent: number;
        index: number;
        items: T[];
        processedCount: number;
        remainingCount: number;
        total: number;
    }

    Type Parameters

    • T
    Index

    Properties

    completionPercent: number
    index: number
    items: T[]
    processedCount: number
    remainingCount: number
    total: number