TinyBase logoTinyBase β

LocalRowsViewProps

The LocalRowsViewProps type describes the props of the LocalRowsView component.

{
  relationshipId: Id;
  remoteRowId: Id;
  relationships?: RelationshipsOrRelationshipsId;
  separator?: Snippet<[]>;
  debugIds?: boolean;
  row?: Snippet<[rowId: Id]>;
}
TypeDescription
relationshipIdId

The relationshipId prop of a LocalRowsViewProps object.

remoteRowIdId

The remoteRowId prop of a LocalRowsViewProps object.

relationships?RelationshipsOrRelationshipsId

The relationships prop of a LocalRowsViewProps object.

separator?Snippet<[]>

The separator prop of a LocalRowsViewProps object.

debugIds?boolean

The debugIds prop of a LocalRowsViewProps object.

row?Snippet<[rowId: Id]>

The row snippet prop of a LocalRowsViewProps object.

Since

v8.1.0