Interface IGroupByResult

A result for a IGroupByRequest.

This is typically what the Facet component will use to render themselves.

Index

Properties

field

field: string

The field on which the group by was performed.

Optional globalComputedFieldResults

globalComputedFieldResults: number[]

Available if there was any computed field request.

values

values: IGroupByValue[]

The differents values for this result

Hierarchy

  • IGroupByResult