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