GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
services
Contents
IChangedArgs
Interface IChangedArgs
The change args for a file change.
interface
IChangedArgs
{
newValue
:
null
|
Partial
<
Contents
.
IModel
>
;
oldValue
:
null
|
Partial
<
Contents
.
IModel
>
;
type
:
"new"
|
"delete"
|
"rename"
|
"save"
;
}
Index
Properties
new
Value
old
Value
type
Properties
new
Value
new
Value
:
null
|
Partial
<
Contents
.
IModel
>
The new contents.
old
Value
old
Value
:
null
|
Partial
<
Contents
.
IModel
>
The old contents.
type
type
:
"new"
|
"delete"
|
"rename"
|
"save"
The type of change.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
new
Value
old
Value
type
@jupyterlab
Loading...
The change args for a file change.