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

Hierarchy

  • ICursorStateComputer

Callable

  • __call(inverseEditOperations: IIdentifiedSingleEditOperation[]): Selection[] | null
  • A callback that can compute the resulting cursors state after some edit operations have been executed.

    Parameters

    • inverseEditOperations: IIdentifiedSingleEditOperation[]

    Returns Selection[] | null