Home > @findkit/ui > GroupSlotProps
GroupSlotProps interface
Signature:
export interface GroupSlotProps
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| children | any | The original content | |
| fetchedHits | number | How many of the total hits have been fetched | |
| hits | ReadonlyArray<SearchResultHit> | ||
| id | string | ||
| parts | GroupSlotParts | Part components for the group New in 0.14.0 |
|
| previewSize | number | undefined | ||
| title | string | ||
| total | number | The total number of hits in the group |