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]>;
}| Type | Description | |
|---|---|---|
tableId | Id | The |
rowId | Id | The |
store? | StoreOrStoreId | The |
customCellIds? | Ids | The |
separator? | Snippet<[]> | The |
debugIds? | boolean | The |
cell? | Snippet<[cellId: Id]> | The |
Since
v8.1.0