Skip to content
Sheetwrite

Sheetwrite / Documentation

ProtectionRequest@sheetwrite/core

Local operation and protected-range context supplied to the host policy.

Local operation and protected-range context supplied to the host policy.

Members 3

protectedRange
protectedRange: Readonly<ProtectedRange>;
operation
operation: Readonly<DocumentOp>;
commitReason
commitReason: CommitReason;

Declaration

View full TypeScript declaration
export interface ProtectionRequest {
protectedRange: Readonly<ProtectedRange>;
operation: Readonly<DocumentOp>;
commitReason: CommitReason;
}