IndexViewProps
The IndexViewProps type describes the props of the IndexView component.
{
indexId: Id;
indexes?: IndexesOrIndexesId;
separator?: Snippet<[]>;
debugIds?: boolean;
slice?: Snippet<[sliceId: Id]>;
}| Type | Description | |
|---|---|---|
indexId | Id | The |
indexes? | IndexesOrIndexesId | The |
separator? | Snippet<[]> | The |
debugIds? | boolean | The |
slice? | Snippet<[sliceId: Id]> | The |
Since
v8.1.0