Interface ICursorStateComputerData
Expand description
interface ICursorStateComputerData {
getInverseEditOperations(): IValidEditOperation[];
getTrackedSelection(id: string): Selection;
}Methods§
§getInverseEditOperations(): IValidEditOperation[]
getInverseEditOperations(): IValidEditOperation[]
Get the inverse edit operations of the added edit operations.
A helper for computing cursor state after a command.