Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/monaco
monaco-editor-peek-view-widget
MonacoEditorPeekViewWidget
Action
Interface Action
interface
Action
{
checked
?:
boolean
;
class
:
undefined
|
string
;
enabled
:
boolean
;
id
:
string
;
label
:
string
;
tooltip
:
string
;
run
(
...
args
:
unknown
[]
)
:
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
[]
)
:
unknown
Parameters
...
args
:
unknown
[]
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checked
class
enabled
id
label
tooltip
Methods
run
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...