x4js - v2.2.49
    Preparing search index...

    A helper for computing cursor state after a command.

    interface ICursorStateComputerData {
        getInverseEditOperations(): IValidEditOperation[];
        getTrackedSelection(id: string): Selection;
    }
    Index