Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
shared/types/app.types
AppHeaderProps
Interface AppHeaderProps
interface
AppHeaderProps
{
currentView
:
ViewType
;
isAuthenticated
:
boolean
;
isDocumentEditorActive
:
boolean
;
isNotebookEditorActive
:
boolean
;
onLogout
:
()
=>
void
;
onViewChange
:
(
view
:
ViewType
)
=>
void
;
selectedDocument
?:
null
|
{
description
?:
string
;
name
:
string
}
;
selectedNotebook
?:
null
|
{
description
?:
string
;
name
:
string
}
;
user
:
null
|
UserJSON
;
}
Index
Properties
current
View
is
Authenticated
is
Document
Editor
Active
is
Notebook
Editor
Active
on
Logout
on
View
Change
selected
Document?
selected
Notebook?
user
Properties
current
View
currentView
:
ViewType
is
Authenticated
isAuthenticated
:
boolean
is
Document
Editor
Active
isDocumentEditorActive
:
boolean
is
Notebook
Editor
Active
isNotebookEditorActive
:
boolean
on
Logout
onLogout
:
()
=>
void
on
View
Change
onViewChange
:
(
view
:
ViewType
)
=>
void
Optional
selected
Document
selectedDocument
?:
null
|
{
description
?:
string
;
name
:
string
}
Optional
selected
Notebook
selectedNotebook
?:
null
|
{
description
?:
string
;
name
:
string
}
user
user
:
null
|
UserJSON
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
View
is
Authenticated
is
Document
Editor
Active
is
Notebook
Editor
Active
on
Logout
on
View
Change
selected
Document
selected
Notebook
user
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...