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