Skip to content
Sheetwrite

Sheetwrite / Documentation

SnapshotValidationOptions@sheetwrite/core

Validation and allocation policy for an untrusted workbook snapshot.

Validation and allocation policy for an untrusted workbook snapshot.

Members 2

storage
storage?: SnapshotStorageMode;
resourceLimits
resourceLimits?: Partial<SnapshotResourceLimits>;

Declaration

View full TypeScript declaration
export interface SnapshotValidationOptions {
storage?: SnapshotStorageMode;
resourceLimits?: Partial<SnapshotResourceLimits>;
}