TinyBase logoTinyBase β

ResultRowViewProps

The ResultRowViewProps type describes the props of the ResultRowView component.

{
  queryId: Id;
  rowId: Id;
  queries?: QueriesOrQueriesId;
  separator?: Snippet<[]>;
  debugIds?: boolean;
  cell?: Snippet<[cellId: Id]>;
}
TypeDescription
queryIdId

The queryId prop of a ResultRowViewProps object.

rowIdId

The rowId prop of a ResultRowViewProps object.

queries?QueriesOrQueriesId

The queries prop of a ResultRowViewProps object.

separator?Snippet<[]>

The separator prop of a ResultRowViewProps object.

debugIds?boolean

The debugIds prop of a ResultRowViewProps object.

cell?Snippet<[cellId: Id]>

The cell snippet prop of a ResultRowViewProps object.

Since

v8.1.0