Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
ace
Ace
Command
Interface Command
interface
Command
{
bindKey
?:
string
|
{
mac
?:
string
;
win
?:
string
;
}
;
exec
:
(
(
editor
,
args
?
)
=>
void
)
;
name
?:
string
;
readOnly
?:
boolean
;
}
Hierarchy (
view full
)
Command
TooltipCommand
Index
Properties
bind
Key?
exec
name?
read
Only?
Properties
Optional
bind
Key
bind
Key
?:
string
|
{
mac
?:
string
;
win
?:
string
;
}
Type declaration
Optional
mac
?:
string
Optional
win
?:
string
exec
exec
:
(
(
editor
,
args
?
)
=>
void
)
Type declaration
(
editor
,
args
?
)
:
void
Parameters
editor
:
Ace
.
Editor
Optional
args
:
any
Returns
void
Optional
name
name
?:
string
Optional
read
Only
read
Only
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bind
Key
exec
name
read
Only
Ace API Reference
ace
src
ace
anchor
apply_delta
autocomplete
background_tokenizer
bidihandler
clipboard
commands
command_manager
default_commands
incremental_search_commands
multi_select_commands
occur_commands
config
css/editor-css
document
edit_session
editor
ext
Loading...
Generated using
TypeDoc