Ace API Reference
Preparing search index...
ace
Ace
SelectionEvents
Interface SelectionEvents
interface
SelectionEvents
{
changeCursor
:
(
e
:
undefined
,
emitter
:
Selection
)
=>
void
;
changeSelection
:
(
e
:
undefined
,
emitter
:
Selection
)
=>
void
;
}
Hierarchy (
View Summary
)
SelectionEvents
MultiSelectionEvents
Index
Properties
change
Cursor
change
Selection
Properties
change
Cursor
changeCursor
:
(
e
:
undefined
,
emitter
:
Selection
)
=>
void
Emitted when the cursor position changes.
change
Selection
changeSelection
:
(
e
:
undefined
,
emitter
:
Selection
)
=>
void
Emitted when the cursor selection changes.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
Cursor
change
Selection
Ace API Reference
Loading...
Emitted when the cursor position changes.