GroupPath
Description
A GroupPath is a type that represents a list of DistinctValue to identify a specific group.
Example
In the following example, the data is grouped on fields Country and then City. The following path would target the group “Montreal” under the group “Canada”.
const path = [{Country: "Canada"}, {City: "Montreal"}];
Need help? Contact us!