MetricProps
MetricProps props are used for components that refer to a single Metric in a Metrics object, such as the MetricView component.
{
metricId: Id;
metrics?: MetricsOrMetricsId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
metricId | Id | |
metrics? | MetricsOrMetricsId | The |
debugIds? | boolean | Whether the component should also render the |
Since
v1.0.0