TinyBase logoTinyBase β

usePersisterIds

The usePersisterIds hook returns a reactive object with the Ids of all Persisters registered in the current Provider context.

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

A reactive object with a current Ids property.

Since

v8.1.0