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