Creates a GroupingConfiguration instance.
A GroupingPresentation object describing the behavior.
Enables or disables the feature. Default: false
The regex to group on. Default: Matches first character /^./
The casing to apply on the match group ($0). Default: Casing.Title
Only applies grouping when the number of children reaches this number. Default: 20
Only creates the group when number of matches per group reaches this number. Default: 5
DisplayName or MatchCount. Default: GroupingMode.DisplayName.
Generated using TypeDoc
Defines how grouping is to be applied on a given categories' children Can be set to only be executed when the number of child-categories exceeds a given number.