Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
renderer/components/app/NavigationTabs
NavigationTabsProps
Interface NavigationTabsProps
interface
NavigationTabsProps
{
activeTabId
:
string
;
onDocumentClose
:
(
documentId
:
string
)
=>
void
;
onNotebookClose
:
(
notebookId
:
string
)
=>
void
;
onTabChange
:
(
tabId
:
string
)
=>
void
;
openDocuments
:
{
description
?:
string
;
id
:
string
;
name
:
string
}
[]
;
openNotebooks
:
{
description
?:
string
;
id
:
string
;
name
:
string
}
[]
;
}
Index
Properties
active
Tab
Id
on
Document
Close
on
Notebook
Close
on
Tab
Change
open
Documents
open
Notebooks
Properties
active
Tab
Id
activeTabId
:
string
on
Document
Close
onDocumentClose
:
(
documentId
:
string
)
=>
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
}
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Tab
Id
on
Document
Close
on
Notebook
Close
on
Tab
Change
open
Documents
open
Notebooks
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...