IndexViewProps
IndexViewProps props are used for components that refer to a single Index in an Indexes object, such as the IndexView component.
{
indexId: Id;
indexes?: IndexesOrIndexesId;
separator?: Snippet<[]>;
debugIds?: boolean;
slice?: Snippet<[sliceId: Id]>;
}| Type | Description | |
|---|---|---|
indexId | Id | |
indexes? | IndexesOrIndexesId | The |
separator? | Snippet<[]> | A component or string to separate each rendered |
debugIds? | boolean | Whether the component should also render the |
slice? | Snippet<[sliceId: Id]> |
Since
v8.1.0