Interface ICursorStateComputer

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

interface ICursorStateComputer ((inverseEditOperations) => Selection[])
  • A callback that can compute the resulting cursors state after some edit operations have been executed.

    Parameters

    Returns Selection[]