Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
interfaces
MultiSelectionEvents
Interface MultiSelectionEvents
interface
MultiSelectionEvents
{
addRange
:
(
e
:
{
range
:
Range
}
)
=>
void
;
changeCursor
:
()
=>
void
;
changeSelection
:
()
=>
void
;
multiSelect
:
()
=>
void
;
removeRange
:
(
e
:
{
ranges
:
Range
[]
}
)
=>
void
;
singleSelect
:
()
=>
void
;
}
Hierarchy (
View Summary
)
SelectionEvents
MultiSelectionEvents
Index
Properties
add
Range
change
Cursor
change
Selection
multi
Select
remove
Range
single
Select
Properties
add
Range
addRange
:
(
e
:
{
range
:
Range
}
)
=>
void
change
Cursor
changeCursor
:
()
=>
void
Emitted when the cursor position changes.
change
Selection
changeSelection
:
()
=>
void
Emitted when the cursor selection changes.
multi
Select
multiSelect
:
()
=>
void
remove
Range
removeRange
:
(
e
:
{
ranges
:
Range
[]
}
)
=>
void
single
Select
singleSelect
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Range
change
Cursor
change
Selection
multi
Select
remove
Range
single
Select
Ace API Reference
Loading...
Emitted when the cursor position changes.