x4js - v2.2.49
    Preparing search index...

    An event describing that the cursor position has changed.

    interface ICursorPositionChangedEvent {
        position: Position;
        reason: CursorChangeReason;
        secondaryPositions: Position[];
        source: string;
    }
    Index
    position: Position

    Primary cursor's position.

    Reason.

    secondaryPositions: Position[]

    Secondary cursors' position.

    source: string

    Source of the call that caused the event.