Ace API Reference
Preparing search index...
ace
Ace
Command
Interface Command
interface
Command
{
aceCommandGroup
?:
string
;
action
?:
string
;
bindKey
?:
string
|
{
mac
?:
string
;
win
?:
string
}
;
description
?:
string
;
exec
?:
(
editor
?:
any
,
args
?:
any
)
=>
void
;
isAvailable
?:
(
editor
:
Editor
)
=>
boolean
;
level
?:
number
;
multiSelectAction
?:
Function
|
"forEach"
|
"forEachLine"
;
name
?:
string
;
passEvent
?:
boolean
;
readOnly
?:
boolean
;
scrollIntoView
?:
|
true
|
"center"
|
"animate"
|
"none"
|
"cursor"
|
"selectionPart"
|
"selection"
;
}
Hierarchy (
View Summary
)
Command
Ace
.
TooltipCommand
Index
Properties
ace
Command
Group?
action?
bind
Key?
description?
exec?
is
Available?
level?
multi
Select
Action?
name?
pass
Event?
read
Only?
scroll
Into
View?
Properties
Optional
ace
Command
Group
aceCommandGroup
?:
string
Optional
action
action
?:
string
Optional
bind
Key
bindKey
?:
string
|
{
mac
?:
string
;
win
?:
string
}
Optional
description
description
?:
string
Optional
exec
exec
?:
(
editor
?:
any
,
args
?:
any
)
=>
void
Optional
is
Available
isAvailable
?:
(
editor
:
Editor
)
=>
boolean
Optional
level
level
?:
number
Optional
multi
Select
Action
multiSelectAction
?:
Function
|
"forEach"
|
"forEachLine"
Optional
name
name
?:
string
Optional
pass
Event
passEvent
?:
boolean
Optional
read
Only
readOnly
?:
boolean
Optional
scroll
Into
View
scrollIntoView
?:
|
true
|
"center"
|
"animate"
|
"none"
|
"cursor"
|
"selectionPart"
|
"selection"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ace
Command
Group
action
bind
Key
description
exec
is
Available
level
multi
Select
Action
name
pass
Event
read
Only
scroll
Into
View
Ace API Reference
Loading...