A helper for computing cursor state after a command.

Hierarchy

  • ICursorStateComputerData

Index

Methods

getInverseEditOperations

  • getInverseEditOperations(): IIdentifiedSingleEditOperation[]
  • Get the inverse edit operations of the added edit operations.

    Returns IIdentifiedSingleEditOperation[]

getTrackedSelection

  • Get a previously tracked selection.

    Parameters

    • id: string

      The unique identifier returned by trackSelection.

    Returns Selection

    The selection.