CellViewProps
The CellViewProps type describes the props of the CellView component.
{
tableId: Id;
rowId: Id;
cellId: Id;
store?: StoreOrStoreId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
tableId | Id | The |
rowId | Id | The |
cellId | Id | The |
store? | StoreOrStoreId | The |
debugIds? | boolean | The |
Since
v8.1.0