Skip to content
Sheetwrite

Sheetwrite / Documentation

RebaseConflictCode@sheetwrite/core

Stable conservative-rebase conflict category.

Stable conservative-rebase conflict category.

Declaration

export type RebaseConflictCode =
| "overlapping-edit"
| "sheet-removed"
| "sheet-lifecycle"
| "formula-structural"
| "structural-overlap"
| "unsupported-structural";