Optional
Readonly
cellOptional
Readonly
cellNamespace for cell models.
It's loaded just once, so it cannot be used as React state.
When added new shape, it will not remove existing ones, it will just add new ones.
So { ...shapes, ReactElement }
elements are still available.
Optional
Readonly
childrenChildren to render.
Optional
Readonly
graphGraph instance to use. If not provided, a new graph instance will be created.
Optional
Readonly
initialInitial elements to be added to graph It's loaded just once, so it cannot be used as React state.
Optional
Readonly
initialInitial links to be added to graph It's loaded just once, so it cannot be used as React state.
Optional
Readonly
storeStore is build around graph, it handles react updates and states, it can be created separately and passed to the provider via createStore
function.
Custom cell model to use. It's loaded just once, so it cannot be used as React state.