Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
editor
IEditorAction
Interface IEditorAction
interface
IEditorAction
{
alias
:
string
;
id
:
string
;
label
:
string
;
metadata
:
ICommandMetadata
;
isSupported
(
)
:
boolean
;
run
(
args
?
)
:
Promise
<
void
>
;
}
Index
Properties
alias
id
label
metadata
Methods
is
Supported
run
Properties
Readonly
alias
alias
:
string
Readonly
id
id
:
string
Readonly
label
label
:
string
Readonly
metadata
metadata
:
ICommandMetadata
Methods
is
Supported
is
Supported
(
)
:
boolean
Returns
boolean
run
run
(
args
?
)
:
Promise
<
void
>
Parameters
Optional
args
:
unknown
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alias
id
label
metadata
is
Supported
run
Monaco Editor API
Loading...