Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: "labels" is not used in the entire project and is therefore obsolete.

Grouped Data Result

The return type for queries with grouping is a GroupedDataResult object.

Code Block
languagejs
firstline1
titleGrouped Data Result
GroupedDataResult {
    total: number;
    dataResults: Map<string, DataResult>;
}


Note: "labels" is not used in the entire project and is therefore obsolete.