@sheetwrite/coreinterface
Context supplied when a canonical row insertion needs a host identity.
Members 4
sheet
at
readonly at: number;offset
readonly offset: number;transactionId
readonly transactionId: string;Declaration
View full TypeScript declaration
export interface RowBridgeInsertContext { readonly at: number; readonly offset: number; readonly transactionId: string;}