TinyBase logoTinyBase β

RemoteRowViewProps

The RemoteRowViewProps type describes the props of the RemoteRowView component.

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

The relationshipId prop of a RemoteRowViewProps object.

localRowIdId

The localRowId prop of a RemoteRowViewProps object.

relationships?RelationshipsOrRelationshipsId

The relationships prop of a RemoteRowViewProps object.

debugIds?boolean

The debugIds prop of a RemoteRowViewProps object.

row?Snippet<[rowId: Id]>

The row snippet prop of a RemoteRowViewProps object.

Since

v8.1.0