TinyBase logoTinyBase β

ResultCellViewProps

The ResultCellViewProps type describes the props of the ResultCellView component.

{
  queryId: Id;
  rowId: Id;
  cellId: Id;
  queries?: QueriesOrQueriesId;
  debugIds?: boolean;
}
TypeDescription
queryIdId

The queryId prop of a ResultCellViewProps object.

rowIdId

The rowId prop of a ResultCellViewProps object.

cellIdId

The cellId prop of a ResultCellViewProps object.

queries?QueriesOrQueriesId

The queries prop of a ResultCellViewProps object.

debugIds?boolean

The debugIds prop of a ResultCellViewProps object.

Since

v8.1.0