Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
shared/types/documents
DocumentsListProps
Interface DocumentsListProps
interface
DocumentsListProps
{
isAuthenticated
?:
boolean
;
onDocumentSelect
?:
(
document
:
{
cdnUrl
?:
string
;
description
?:
string
;
id
:
string
;
name
:
string
;
path
:
string
;
}
,
)
=>
void
;
onNotebookSelect
?:
(
notebook
:
{
cdnUrl
?:
string
;
description
?:
string
;
id
:
string
;
name
:
string
;
path
:
string
;
}
,
)
=>
void
;
}
Index
Properties
is
Authenticated?
on
Document
Select?
on
Notebook
Select?
Properties
Optional
is
Authenticated
isAuthenticated
?:
boolean
Optional
on
Document
Select
onDocumentSelect
?:
(
document
:
{
cdnUrl
?:
string
;
description
?:
string
;
id
:
string
;
name
:
string
;
path
:
string
;
}
,
)
=>
void
Optional
on
Notebook
Select
onNotebookSelect
?:
(
notebook
:
{
cdnUrl
?:
string
;
description
?:
string
;
id
:
string
;
name
:
string
;
path
:
string
;
}
,
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Authenticated
on
Document
Select
on
Notebook
Select
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...