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

Hierarchy (view full)

Properties

changeCursor: (() => void)

Emitted when the cursor position changes.

Type declaration

    • (): void
    • Emitted when the cursor position changes.

      Returns void

changeSelection: (() => void)

Emitted when the cursor selection changes.

Type declaration

    • (): void
    • Emitted when the cursor selection changes.

      Returns void

Generated using TypeDoc