ReportCell
Object
A single data point within a ReportLine, corresponding to one ReportColumn.
Each cell carries a raw value, optional typeHints to indicate how to
interpret the value, and an optional label for localized display.
Fields
| Field | Description | Type |
|---|---|---|
label | The localized, human-readable display name for this cell's `ReportCell.value`. | String |
typeHints | Semantic tags describing how to interpret and render `ReportCell.value`. | [ String ] |
value | The raw value for this cell, always represented as a string. Null when not available. | String |
Used By (1)
ReportCell is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
ReportLine | cells |