Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
shared/types/notebook
NotebookData
Interface NotebookData
Notebook data structure interface
interface
NotebookData
{
cdnUrl
?:
string
;
description
?:
string
;
id
:
string
;
name
:
string
;
path
:
string
;
}
Index
Properties
cdn
Url?
description?
id
name
path
Properties
Optional
cdn
Url
cdnUrl
?:
string
Optional
description
description
?:
string
id
id
:
string
name
name
:
string
path
path
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cdn
Url
description
id
name
path
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...
Notebook data structure interface