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