supervision-js
    Preparing search index...

    Interface RenderPreparationArtifactWindowDiagnostics

    Diagnostics for one prepared artifact window.

    interface RenderPreparationArtifactWindowDiagnostics {
        availableFrameCount: number;
        refillThresholdFrameCount: number;
        targetFrameCount: number;
    }
    Index
    availableFrameCount: number
    refillThresholdFrameCount: number
    targetFrameCount: number