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