ResultCellViewProps
The ResultCellViewProps type describes the props of the ResultCellView component.
{
queryId: Id;
rowId: Id;
cellId: Id;
queries?: QueriesOrQueriesId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
queryId | Id | The |
rowId | Id | The |
cellId | Id | The |
queries? | QueriesOrQueriesId | The |
debugIds? | boolean | The |
Since
v8.1.0