ResultCellProps
ResultRowProps
props are used for components that refer to a single Cell
in a Row
of a ResultTable
, such as the ResultCellView
component.
{
queryId: Id;
rowId: Id;
cellId: Id;
queries?: QueriesOrQueriesId;
debugIds?: boolean;
}
Type | Description | |
---|---|---|
queryId | Id | The |
rowId | Id | |
cellId | Id | |
queries? | QueriesOrQueriesId | The |
debugIds? | boolean | Whether the component should also render the |
Since
v2.0.0