TinyBase logoTinyBase β

useStoreIds

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

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

A reactive object with a current Ids property.

Since

v8.1.0