Delete a certain cell.
The index of the cell to remove.
Insert a cell (optionally) at a specific index. Any index outside of the length of the cells will result in the cell being added at the end.
The new text this operation should insert.
The position where the new text should be inserted.
The collapsed state of the new cell. Default value is false
if not provided.
Replace a cell range with a new cell.
The range this operation should remove.
The new cell this operation should insert after removing location
.
Generated using TypeDoc
A complex edit that will be applied in one transaction on a TextEditor. This holds a description of the edits and if the edits are valid (i.e. no overlapping regions, document was not changed in the meantime, etc.) they can be applied on a document associated with a text editor.