TinyBase logoTinyBase β

useRelationshipsIds

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

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

A reactive object with a current Ids property.

Since

v8.1.0