Skip to content
Sheetwrite

Sheetwrite / Documentation

RebaseConflict@sheetwrite/core

Reason and affected operations for an unsafe document rebase.

Reason and affected operations for an unsafe document rebase.

Members 4

code
code: RebaseConflictCode;
localOperationIndex
localOperationIndex: number;
remoteOperationIndex
remoteOperationIndex: number;
message
message: string;

Declaration

View full TypeScript declaration
export interface RebaseConflict {
code: RebaseConflictCode;
localOperationIndex: number;
remoteOperationIndex: number;
message: string;
}