Enums

FilterMode

Filter mode

Filter mode

enum FilterMode {
  BY_GROUP
  CURRENT
}

Values

BY_GROUP

Get the counts for the results, including the ones excluded by the groups

CURRENT

Get the counts for the current filter results

Member Of

FilterInputType input