RemoteRowViewProps
RemoteRowViewProps props are used for components that refer to a single Relationship in a Relationships object, and where you want to render a remote Row based on a local Row, such as in the RemoteRowView component.
{
relationshipId: Id;
localRowId: Id;
relationships?: RelationshipsOrRelationshipsId;
debugIds?: boolean;
row?: Snippet<[rowId: Id]>;
}| Type | Description | |
|---|---|---|
relationshipId | Id | The |
localRowId | Id | |
relationships? | RelationshipsOrRelationshipsId | The |
debugIds? | boolean | Whether the component should also render the |
row? | Snippet<[rowId: Id]> | A snippet for rendering each (remote, local, or linked) |
Since
v8.1.0