TinyBase logoTinyBase β

useMetricsIds

The useMetricsIds hook returns a reactive object with the Ids of all Metrics objects registered in the current Provider context.

useMetricsIds(): {current: Ids}
returns{current: Ids}

A reactive object with a current Ids property.

Since

v8.1.0