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