getRelationshipIds
The getRelationshipIds function 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.
getRelationshipIds(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