ReactPaperViewOptions
Options for the view in the react PaperComponent. Maps node/group/port/edge types to JSX and behaviour.
Extends
Properties
edges?
optionaledges:Record<string,ReactEdgeMapping>
Optional edge mappings.
Inherited from
groups?
optionalgroups:Record<string,ReactGroupMapping>
Optional group mappings
Inherited from
ReactSurfaceViewOptions.groups
nodes?
optionalnodes:Record<string,ReactNodeMapping>
Optional node mappings
Inherited from
ports?
optionalports:Record<string,ReactPortMapping>
Optional port mappings. Because of the nature of JSX, separate port mappings are a little rare in VisuallyJs React, but they are supported if you need them.