Skip to content
Sheetwrite

Sheetwrite / Documentation

SnapshotGridOptions@sheetwrite/core

Grid creation options accepted when hydrating a validated snapshot.

Grid creation options accepted when hydrating a validated snapshot.

Declaration

export type SnapshotGridOptions = Omit<GridOptions, "workbook" | "data"> & {
snapshotResourceLimits?: Partial<SnapshotResourceLimits>;
};