Optional ReadonlycellOptional ReadonlycellNamespace 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 ReadonlychildrenChildren to render.
Optional ReadonlygraphGraph instance to use. If not provided, a new graph instance will be created.
Optional ReadonlyinitialInitial elements to be added to graph It's loaded just once, so it cannot be used as React state.
Optional ReadonlyinitialInitial links to be added to graph It's loaded just once, so it cannot be used as React state.
Optional ReadonlystoreStore 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.