Interface ICursorStateComputer

Expand description

A callback that can compute the cursor state after applying a series of edit operations.

ICursorStateComputer(
    inverseEditOperations: IValidEditOperation[],
): Selection[]

A callback that can compute the resulting cursors state after some edit operations have been executed.