Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/monaco
monaco-editor-provider
SaveParticipant
Interface SaveParticipant
interface
SaveParticipant
{
order
:
number
;
applyChangesOnSave
(
editor
:
MonacoEditor
,
cancellationToken
:
CancellationToken
,
options
?:
SaveOptions
,
)
:
Promise
<
void
>
;
}
Implemented by
MonacoCodeActionSaveParticipant
Index
Properties
order
Methods
apply
Changes
On
Save
Properties
Readonly
order
order
:
number
Methods
apply
Changes
On
Save
applyChangesOnSave
(
editor
:
MonacoEditor
,
cancellationToken
:
CancellationToken
,
options
?:
SaveOptions
,
)
:
Promise
<
void
>
Parameters
editor
:
MonacoEditor
cancellationToken
:
CancellationToken
Optional
options
:
SaveOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
order
Methods
apply
Changes
On
Save
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...