getMetricIds
The getMetricIds function returns a reactive object reflecting the Ids of the Metrics in a Metrics object, and registers a listener so that any changes will update current.
getMetricIds(metricsOrMetricsId?: MaybeGetter<undefined | MetricsOrMetricsId>): {current: Ids}| Type | Description | |
|---|---|---|
metricsOrMetricsId? | MaybeGetter<undefined | MetricsOrMetricsId> | |
| returns | {current: Ids} | A reactive object with a |
Since
v8.1.0