Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
ace
TooltipCommand
Interface TooltipCommand
interface
TooltipCommand
{
bindKey
?:
string
|
{
mac
?:
string
;
win
?:
string
;
}
;
cssClass
:
string
;
enabled
:
boolean
|
TooltipCommandFunction
<
boolean
>
;
exec
:
(
(
editor
,
args
?
)
=>
void
)
;
getValue
?:
TooltipCommandFunction
<
any
>
;
iconCssClass
:
string
;
name
?:
string
;
readOnly
?:
boolean
;
type
:
"button"
|
"text"
|
"checkbox"
;
}
Hierarchy (
view full
)
Ace
.
Command
TooltipCommand
Index
Properties
bind
Key?
css
Class
enabled
exec
get
Value?
icon
Css
Class
name?
read
Only?
type
Properties
Optional
bind
Key
bind
Key
?:
string
|
{
mac
?:
string
;
win
?:
string
;
}
Type declaration
Optional
mac
?:
string
Optional
win
?:
string
css
Class
css
Class
:
string
enabled
enabled
:
boolean
|
TooltipCommandFunction
<
boolean
>
exec
exec
:
(
(
editor
,
args
?
)
=>
void
)
Type declaration
(
editor
,
args
?
)
:
void
Parameters
editor
:
Ace
.
Editor
Optional
args
:
any
Returns
void
Optional
get
Value
get
Value
?:
TooltipCommandFunction
<
any
>
icon
Css
Class
icon
Css
Class
:
string
Optional
name
name
?:
string
Optional
read
Only
read
Only
?:
boolean
type
type
:
"button"
|
"text"
|
"checkbox"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bind
Key
css
Class
enabled
exec
get
Value
icon
Css
Class
name
read
Only
type
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