Preparing search index...
The search index is not available
@datalayer/jupyter-react
@datalayer/jupyter-react
ContentsManagerLess
Class ContentsManagerLess
Implements
IManager
Index
Constructors
constructor
Properties
file
Changed
is
Disposed
server
Settings
Methods
add
Drive
copy
create
Checkpoint
delete
delete
Checkpoint
dispose
drive
Name
get
get
Download
Url
get
Shared
Model
Factory
list
Checkpoints
local
Path
new
Untitled
normalize
rename
resolve
Path
restore
Checkpoint
save
Constructors
constructor
new
Contents
Manager
Less
(
serverSettings
)
:
ContentsManagerLess
Parameters
serverSettings
:
ISettings
Returns
ContentsManagerLess
Properties
file
Changed
file
Changed
:
ISignal
<
IManager
,
IChangedArgs
>
= ...
is
Disposed
is
Disposed
:
boolean
= false
server
Settings
server
Settings
:
ISettings
Methods
add
Drive
add
Drive
(
drive
)
:
void
Parameters
drive
:
IDrive
Returns
void
copy
copy
(
path
,
toDir
)
:
Promise
<
IModel
>
Parameters
path
:
string
toDir
:
string
Returns
Promise
<
IModel
>
create
Checkpoint
create
Checkpoint
(
path
)
:
Promise
<
ICheckpointModel
>
Parameters
path
:
string
Returns
Promise
<
ICheckpointModel
>
delete
delete
(
path
)
:
Promise
<
void
>
Parameters
path
:
string
Returns
Promise
<
void
>
delete
Checkpoint
delete
Checkpoint
(
path
,
checkpointID
)
:
Promise
<
void
>
Parameters
path
:
string
checkpointID
:
string
Returns
Promise
<
void
>
dispose
dispose
(
)
:
void
Returns
void
drive
Name
drive
Name
(
path
)
:
string
Parameters
path
:
string
Returns
string
get
get
(
path
,
options
?
)
:
Promise
<
IModel
>
Parameters
path
:
string
Optional
options
:
IFetchOptions
Returns
Promise
<
IModel
>
get
Download
Url
get
Download
Url
(
path
)
:
Promise
<
string
>
Parameters
path
:
string
Returns
Promise
<
string
>
get
Shared
Model
Factory
get
Shared
Model
Factory
(
path
)
:
null
|
ISharedFactory
Parameters
path
:
string
Returns
null
|
ISharedFactory
list
Checkpoints
list
Checkpoints
(
path
)
:
Promise
<
ICheckpointModel
[]
>
Parameters
path
:
string
Returns
Promise
<
ICheckpointModel
[]
>
local
Path
local
Path
(
path
)
:
string
Parameters
path
:
string
Returns
string
new
Untitled
new
Untitled
(
options
?
)
:
Promise
<
IModel
>
Parameters
Optional
options
:
ICreateOptions
Returns
Promise
<
IModel
>
normalize
normalize
(
path
)
:
string
Parameters
path
:
string
Returns
string
rename
rename
(
path
,
newPath
)
:
Promise
<
IModel
>
Parameters
path
:
string
newPath
:
string
Returns
Promise
<
IModel
>
resolve
Path
resolve
Path
(
root
,
path
)
:
string
Parameters
root
:
string
path
:
string
Returns
string
restore
Checkpoint
restore
Checkpoint
(
path
,
checkpointID
)
:
Promise
<
void
>
Parameters
path
:
string
checkpointID
:
string
Returns
Promise
<
void
>
save
save
(
path
,
options
?
)
:
Promise
<
IModel
>
Parameters
path
:
string
Optional
options
:
Partial
<
IModel
>
Returns
Promise
<
IModel
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
file
Changed
is
Disposed
server
Settings
add
Drive
copy
create
Checkpoint
delete
delete
Checkpoint
dispose
drive
Name
get
get
Download
Url
get
Shared
Model
Factory
list
Checkpoints
local
Path
new
Untitled
normalize
rename
resolve
Path
restore
Checkpoint
save
@datalayer/jupyter-react
Loading...