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