x4js - v2.2.49
    Preparing search index...

    A (serializable) state of the cursors.

    interface ICursorState {
        inSelectionMode: boolean;
        position: IPosition;
        selectionStart: IPosition;
    }
    Index
    inSelectionMode: boolean
    position: IPosition
    selectionStart: IPosition