Interface ICursorStateComputer
Expand description
ICursorStateComputer(
inverseEditOperations: IValidEditOperation[],
): Selection[]A callback that can compute the resulting cursors state after some edit operations have been executed.
ICursorStateComputer(
inverseEditOperations: IValidEditOperation[],
): Selection[]A callback that can compute the resulting cursors state after some edit operations have been executed.
A callback that can compute the cursor state after applying a series of edit operations.