Interface ICursorPositionChangedEvent
Expand description
interface ICursorPositionChangedEvent {
position: Position;
reason: CursorChangeReason;
secondaryPositions: Position[];
source: string;
}interface ICursorPositionChangedEvent {
position: Position;
reason: CursorChangeReason;
secondaryPositions: Position[];
source: string;
}
An event describing that the cursor position has changed.