MetricViewProps
The MetricViewProps type describes the props of the MetricView component.
{
metricId: Id;
metrics?: MetricsOrMetricsId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
metricId | Id | The |
metrics? | MetricsOrMetricsId | The |
debugIds? | boolean | The |
Since
v8.1.0