Ace API Reference
Preparing search index...
ace
Ace
BehaviorAction
Type Alias BehaviorAction
BehaviorAction
:
(
state
:
string
|
string
[]
,
action
:
string
,
editor
:
Ace
.
Editor
,
session
:
Ace
.
EditSession
,
text
:
string
|
Ace
.
Range
,
)
=>
|
(
{
selection
:
number
[]
;
text
:
string
}
|
Ace
.
Range
)
&
{
[
key
:
string
]:
any
;
}
|
undefined
Type declaration
(
state
:
string
|
string
[]
,
action
:
string
,
editor
:
Ace
.
Editor
,
session
:
Ace
.
EditSession
,
text
:
string
|
Ace
.
Range
,
)
:
|
(
{
selection
:
number
[]
;
text
:
string
}
|
Ace
.
Range
)
&
{
[
key
:
string
]:
any
;
}
|
undefined
Parameters
state
:
string
|
string
[]
action
:
string
editor
:
Ace
.
Editor
session
:
Ace
.
EditSession
text
:
string
|
Ace
.
Range
Returns
|
(
{
selection
:
number
[]
;
text
:
string
}
|
Ace
.
Range
)
&
{
[
key
:
string
]:
any
;
}
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Ace API Reference
Loading...