ReactSurfaceViewOptions
Options for the view in the react SurfaceComponent. Maps node/group/port/edge types to JSX and behaviour.
Extended by
Properties
edges?
optionaledges:Record<string,ReactEdgeMapping>
Optional edge mappings.
groups?
optionalgroups:Record<string,ReactGroupMapping>
Optional group mappings
nodes?
optionalnodes:Record<string,ReactNodeMapping>
Optional node mappings
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.