These are the props that are passed to the jsx you provide to map a node or group in the viewOptions.
We pass in the Surface, the Toolkit (which you can get from the Surface anyway), the vertex being rendered,
the vertex's data, and any childProps that have been configured.
These are the props that are passed to the
jsx
you provide to map a node or group in theviewOptions
. We pass in the Surface, the Toolkit (which you can get from the Surface anyway), the vertex being rendered, the vertex's data, and anychildProps
that have been configured.