Props for the Surface component. You are expected to provide, at a minimum, an instance of BrowserUIReact to this component (as the prop 'toolkit'), and in practise you will also almost certainly want to pass a view and renderParams.
BrowserUIReact
view
renderParams
Optional
Any props to pass to children.
Render parameters such as layout, drag options etc
The toolkit to render. Required.
Mappings of vertex types to components/jsx and edge types.
Props for the Surface component. You are expected to provide, at a minimum, an instance of
BrowserUIReact
to this component (as the prop 'toolkit'), and in practise you will also almost certainly want to pass aview
andrenderParams
.