Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
renderer/components/app/Header
AppHeaderProps
Interface AppHeaderProps
interface
AppHeaderProps
{
activeTabId
:
string
;
isAuthenticated
:
boolean
;
onDocumentClose
:
(
documentId
:
string
)
=>
void
;
onLogout
:
()
=>
void
;
onNotebookClose
:
(
notebookId
:
string
)
=>
void
;
onTabChange
:
(
tabId
:
string
)
=>
void
;
openDocuments
:
{
description
?:
string
;
id
:
string
;
name
:
string
}
[]
;
openNotebooks
:
{
description
?:
string
;
id
:
string
;
name
:
string
}
[]
;
user
:
null
|
UserJSON
;
}
Index
Properties
active
Tab
Id
is
Authenticated
on
Document
Close
on
Logout
on
Notebook
Close
on
Tab
Change
open
Documents
open
Notebooks
user
Properties
active
Tab
Id
activeTabId
:
string
is
Authenticated
isAuthenticated
:
boolean
on
Document
Close
onDocumentClose
:
(
documentId
:
string
)
=>
void
on
Logout
onLogout
:
()
=>
void
on
Notebook
Close
onNotebookClose
:
(
notebookId
:
string
)
=>
void
on
Tab
Change
onTabChange
:
(
tabId
:
string
)
=>
void
open
Documents
openDocuments
:
{
description
?:
string
;
id
:
string
;
name
:
string
}
[]
open
Notebooks
openNotebooks
:
{
description
?:
string
;
id
:
string
;
name
:
string
}
[]
user
user
:
null
|
UserJSON
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Tab
Id
is
Authenticated
on
Document
Close
on
Logout
on
Notebook
Close
on
Tab
Change
open
Documents
open
Notebooks
user
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...