TinyBase logoTinyBase β

RowViewProps

The RowViewProps type describes the props of the RowView component.

{
  tableId: Id;
  rowId: Id;
  store?: StoreOrStoreId;
  customCellIds?: Ids;
  separator?: Snippet<[]>;
  debugIds?: boolean;
  cell?: Snippet<[cellId: Id]>;
}
TypeDescription
tableIdId

The tableId prop of a RowViewProps object.

rowIdId

The rowId prop of a RowViewProps object.

store?StoreOrStoreId

The store prop of a RowViewProps object.

customCellIds?Ids

The customCellIds prop of a RowViewProps object.

separator?Snippet<[]>

The separator prop of a RowViewProps object.

debugIds?boolean

The debugIds prop of a RowViewProps object.

cell?Snippet<[cellId: Id]>

The cell snippet prop of a RowViewProps object.

Since

v8.1.0