Skip to content

GroupingConfig

Configuration for node grouping behavior.

canGroup: (node, group) => boolean

Determines if a node can be grouped into a group node.

Node

The node to group.

Node

The group node.

boolean

True if the node can be grouped, false otherwise.