Interface ICursorStateComputerData

Expand description

A helper for computing cursor state after a command.

interface ICursorStateComputerData {
    getInverseEditOperations(): IValidEditOperation[];
    getTrackedSelection(id: string): Selection;
}

Methods§

§

getInverseEditOperations(): IValidEditOperation[]

Get the inverse edit operations of the added edit operations.

§

getTrackedSelection(id: string): Selection

Get a previously tracked selection.