Datalayer Desktop - v0.0.2
GitHub
Datalayer
Preparing search index...
shared/types/document
DocumentHeaderProps
Interface DocumentHeaderProps
interface
DocumentHeaderProps
{
collaborationEnabled
:
boolean
;
collaborationStatus
:
CollaborationStatus
;
documentRuntime
:
null
|
RuntimeJSON
;
isTerminatingRuntime
:
boolean
;
onStopRuntime
:
()
=>
void
;
onToggleCollaboration
:
()
=>
void
;
runtimeError
:
null
|
string
;
selectedDocument
:
DocumentData
;
serviceManager
:
null
|
IManager
;
}
Index
Properties
collaboration
Enabled
collaboration
Status
document
Runtime
is
Terminating
Runtime
on
Stop
Runtime
on
Toggle
Collaboration
runtime
Error
selected
Document
service
Manager
Properties
collaboration
Enabled
collaborationEnabled
:
boolean
collaboration
Status
collaborationStatus
:
CollaborationStatus
document
Runtime
documentRuntime
:
null
|
RuntimeJSON
is
Terminating
Runtime
isTerminatingRuntime
:
boolean
on
Stop
Runtime
onStopRuntime
:
()
=>
void
on
Toggle
Collaboration
onToggleCollaboration
:
()
=>
void
runtime
Error
runtimeError
:
null
|
string
selected
Document
selectedDocument
:
DocumentData
service
Manager
serviceManager
:
null
|
IManager
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collaboration
Enabled
collaboration
Status
document
Runtime
is
Terminating
Runtime
on
Stop
Runtime
on
Toggle
Collaboration
runtime
Error
selected
Document
service
Manager
GitHub
Datalayer
Datalayer Desktop - v0.0.2
Loading...