aggregationColumn

Represents a single column in an aggregation table or report.

Examples

type AggregationColumn {
  header: String
  key: String
  tooltip: String
  href: String
  type: String
}

Fields

Field
Description
Supported fields

header String

Header text displayed for the column

key String

Key used to identify the column data

tooltip String

Tooltip text shown on hover over the column header

href String

Optional hyperlink associated with the column

type String

Data type of the column

References

Fields with this object:

Last updated