interface SelectionEvents {
    changeCursor: () => void;
    changeSelection: () => void;
}

Hierarchy (View Summary)

Properties

changeCursor: () => void

Emitted when the cursor position changes.

changeSelection: () => void

Emitted when the cursor selection changes.