ResultRowViewProps
ResultRowViewProps props are used for components that refer to a single Row in a query ResultTable, such as the ResultRowView component.
{
queryId: Id;
rowId: Id;
queries?: QueriesOrQueriesId;
separator?: Snippet<[]>;
debugIds?: boolean;
cell?: Snippet<[cellId: Id]>;
}| Type | Description | |
|---|---|---|
queryId | Id | The |
rowId | Id | The |
queries? | QueriesOrQueriesId | The |
separator? | Snippet<[]> | A component or string to separate each rendered |
debugIds? | boolean | Whether the component should also render the |
cell? | Snippet<[cellId: Id]> | A snippet for rendering each |
Since
v8.1.0