Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
shared/types/documents
NotebooksSectionProps
Interface NotebooksSectionProps
interface
NotebooksSectionProps
{
loading
:
boolean
;
notebooks
:
DocumentItem
[]
;
onDeleteNotebook
:
(
notebook
:
DocumentItem
)
=>
void
;
onDownloadNotebook
:
(
notebook
:
DocumentItem
)
=>
void
;
onNotebookSelect
:
(
notebook
:
DocumentItem
)
=>
void
;
selectedNotebook
:
null
|
string
;
}
Index
Properties
loading
notebooks
on
Delete
Notebook
on
Download
Notebook
on
Notebook
Select
selected
Notebook
Properties
loading
loading
:
boolean
notebooks
notebooks
:
DocumentItem
[]
on
Delete
Notebook
onDeleteNotebook
:
(
notebook
:
DocumentItem
)
=>
void
on
Download
Notebook
onDownloadNotebook
:
(
notebook
:
DocumentItem
)
=>
void
on
Notebook
Select
onNotebookSelect
:
(
notebook
:
DocumentItem
)
=>
void
selected
Notebook
selectedNotebook
:
null
|
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loading
notebooks
on
Delete
Notebook
on
Download
Notebook
on
Notebook
Select
selected
Notebook
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...