Skip to content
Sheetwrite

Sheetwrite / Documentation

RowBridgeInsertContext@sheetwrite/core/adapter

Context supplied when a canonical row insertion needs a host identity.

Context supplied when a canonical row insertion needs a host identity.

Members 4

sheet
readonly sheet: SheetId;
at
readonly at: number;
offset
readonly offset: number;
transactionId
readonly transactionId: string;

Declaration

View full TypeScript declaration
export interface RowBridgeInsertContext {
readonly sheet: SheetId;
readonly at: number;
readonly offset: number;
readonly transactionId: string;
}