GroupingInfo

JSON representation
{
  "sortIndex": integer,
  "groupingId": string
}
Fields
sortIndex

integer

Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.

groupingId

string

Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.