Appearance
GroupByOptions
Type: object
Properties
- edgeGenerator(optional)
function(edges: EdgeList, groupId: string, source: Node, target: Node, transformation: Transformation): EdgeDataAndAttributesCallback to generate data and attributes for group edges. - group(optional)
NodeDataAndAttributesData and attributes to set on the created group node. - layout(optional)
SubLayoutLayout to apply to the group contents when the group is opened. - padding(optional)
numberPadding to apply around the group contents. - showContents(optional)
booleanWhether to show the contents of the group upon creation.