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