@maxgraph/core
Preparing search index...
GraphCollaboratorsOptions
Type Alias GraphCollaboratorsOptions
Collaborators injected in the
AbstractGraph
when it is instantiated.
Since
0.18.0
type
GraphCollaboratorsOptions
=
{
cellRenderer
?:
CellRenderer
;
model
?:
GraphDataModel
;
selectionModel
?:
(
graph
:
AbstractGraph
)
=>
GraphSelectionModel
;
stylesheet
?:
Stylesheet
;
view
?:
(
graph
:
AbstractGraph
)
=>
GraphView
;
}
Index
Properties
cell
Renderer?
model?
selection
Model?
stylesheet?
view?
Properties
Optional
cell
Renderer
cellRenderer
?:
CellRenderer
Optional
model
model
?:
GraphDataModel
Optional
selection
Model
selectionModel
?:
(
graph
:
AbstractGraph
)
=>
GraphSelectionModel
Optional
stylesheet
stylesheet
?:
Stylesheet
Optional
view
view
?:
(
graph
:
AbstractGraph
)
=>
GraphView
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cell
Renderer
model
selection
Model
stylesheet
view
@maxgraph/core
Loading...
Collaborators injected in the AbstractGraph when it is instantiated.
Since
0.18.0