TinyBase logoTinyBase β

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]>;
}
TypeDescription
relationshipIdId

The relationshipId prop of a LinkedRowsViewProps object.

firstRowIdId

The firstRowId prop of a LinkedRowsViewProps object.

relationships?RelationshipsOrRelationshipsId

The relationships prop of a LinkedRowsViewProps object.

separator?Snippet<[]>

The separator prop of a LinkedRowsViewProps object.

debugIds?boolean

The debugIds prop of a LinkedRowsViewProps object.

row?Snippet<[rowId: Id]>

The row snippet prop of a LinkedRowsViewProps object.

Since

v8.1.0