Interface ICursorState

Expand description

A (serializable) state of the cursors.

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

Properties§

§inSelectionMode: boolean
§position: IPosition
§selectionStart: IPosition