Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
monaco
monaco
Action
Interface Action
interface
Action
{
checked
?:
boolean
;
class
:
undefined
|
string
;
enabled
:
boolean
;
id
:
string
;
label
:
string
;
tooltip
:
string
;
run
(
...
args
)
:
unknown
;
}
Index
Properties
checked?
class
enabled
id
label
tooltip
Methods
run
Properties
Optional
checked
checked
?:
boolean
class
class
:
undefined
|
string
enabled
enabled
:
boolean
Readonly
id
id
:
string
label
label
:
string
tooltip
tooltip
:
string
Methods
run
run
(
...
args
)
:
unknown
Parameters
Rest
...
args
:
unknown
[]
Returns
unknown
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
checked
class
enabled
id
label
tooltip
run
Theia TypeDoc
Loading...