Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
SaveableWidget
Interface SaveableWidget
interface
SaveableWidget
{
closeWithSaving
(
options
?
)
:
Promise
<
void
>
;
closeWithoutSaving
(
doRevert
?
)
:
Promise
<
void
>
;
}
Hierarchy (
view full
)
Widget
SaveableWidget
PostCreationSaveableWidget
Index
Methods
close
With
Saving
close
Without
Saving
Methods
close
With
Saving
close
With
Saving
(
options
?
)
:
Promise
<
void
>
Parameters
Optional
options
:
core
.
CloseOptions
Returns
Promise
<
void
>
close
Without
Saving
close
Without
Saving
(
doRevert
?
)
:
Promise
<
void
>
Parameters
Optional
doRevert
:
boolean
whether the saveable should be reverted before being saved. Defaults to
true
.
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
close
With
Saving
close
Without
Saving
Theia TypeDoc
Loading...
whether the saveable should be reverted before being saved. Defaults to
true
.