ReportMetricConnection
Object
Pairs a ReportMetric with its relationship to a specific report's current column set.
Use Report.metricConnections to retrieve the full list of available metrics along with whether each one is currently visible as a column. Navigate to toggledColumn to add or remove a column without constructing query arguments manually.
Fields
| Field | Description | Type |
|---|---|---|
isColumnEnabled | Whether this metric is currently displayed as a visible column in the report. | Boolean |
metric | The `ReportMetric` whose column visibility this connection tracks — inspect it to get the metric's key, label, and type hints. | ReportMetric |
report | The `Report` whose current column set determines `isColumnEnabled` for this connection. | Report |
toggledColumn | The `Report` that results from toggling this metric's column on or off. | Report |