Ace API Reference
    Preparing search index...

    Interface SelectionEvents

    interface SelectionEvents {
        changeCursor: (e: undefined, emitter: Selection) => void;
        changeSelection: (e: undefined, emitter: Selection) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    changeCursor: (e: undefined, emitter: Selection) => void

    Emitted when the cursor position changes.

    changeSelection: (e: undefined, emitter: Selection) => void

    Emitted when the cursor selection changes.