GroupingConfig
Configuration for node grouping behavior.
Properties
Section titled “Properties”canGroup()
Section titled “canGroup()”canGroup: (
node
,group
) =>boolean
Determines if a node can be grouped into a group node.
Parameters
Section titled “Parameters”The node to group.
The group node.
Returns
Section titled “Returns”boolean
True if the node can be grouped, false otherwise.