Reason and affected operations for an unsafe document rebase.
- Package
@sheetwrite/core
- Source
packages/core/src/rebase.ts#L15
Members 4
code
code: RebaseConflictCodetype RebaseConflictCode =
| "overlapping-edit"
| "sheet-removed"
| "sheet-lifecycle"
| "formula-structural"
| "structural-overlap"
| "unsupported-structural";type RebaseConflictCode =
| "overlapping-edit"
| "sheet-removed"
| "sheet-lifecycle"
| "formula-structural"
| "structural-overlap"
| "unsupported-structural";type RebaseConflictCode =
| "overlapping-edit"
| "sheet-removed"
| "sheet-lifecycle"
| "formula-structural"
| "structural-overlap"
| "unsupported-structural";Stable conservative-rebase conflict category.API reference →;
localOperationIndex
localOperationIndex: number;
remoteOperationIndex
remoteOperationIndex: number;
message
Declaration
View full TypeScript declaration
export interface RebaseConflict {
code: RebaseConflictCodetype RebaseConflictCode =
| "overlapping-edit"
| "sheet-removed"
| "sheet-lifecycle"
| "formula-structural"
| "structural-overlap"
| "unsupported-structural";type RebaseConflictCode =
| "overlapping-edit"
| "sheet-removed"
| "sheet-lifecycle"
| "formula-structural"
| "structural-overlap"
| "unsupported-structural";type RebaseConflictCode =
| "overlapping-edit"
| "sheet-removed"
| "sheet-lifecycle"
| "formula-structural"
| "structural-overlap"
| "unsupported-structural";Stable conservative-rebase conflict category.API reference →; localOperationIndex: number;
remoteOperationIndex: number;