Skip to content
Sheetwrite

Sheetwrite / Documentation

PagedStoreStats@sheetwrite/core

Allocation and load statistics for one paged datasource sheet.

Allocation and load statistics for one paged datasource sheet.

Members 5

chunks
chunks: number;
loadedCells
loadedCells: number;
dirtyCells
dirtyCells: number;
allocatedBytes
allocatedBytes: number;
fullyLoaded
fullyLoaded: boolean;

Declaration

View full TypeScript declaration
export interface PagedStoreStats {
chunks: number;
loadedCells: number;
dirtyCells: number;
allocatedBytes: number;
fullyLoaded: boolean;
}