RemoteRowViewProps
The RemoteRowViewProps type describes the props of the RemoteRowView component.
{
relationshipId: Id;
localRowId: Id;
relationships?: RelationshipsOrRelationshipsId;
debugIds?: boolean;
row?: Snippet<[rowId: Id]>;
}| Type | Description | |
|---|---|---|
relationshipId | Id | The |
localRowId | Id | The |
relationships? | RelationshipsOrRelationshipsId | The |
debugIds? | boolean | The |
row? | Snippet<[rowId: Id]> | The |
Since
v8.1.0