Home > @findkit/ui > HitSlotProps
HitSlotProps interface
Props for the Hit slot component override. See Slots.
Signature:
export interface HitSlotProps
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| children | any | The original hit content | |
| groupId | string | Group id | |
| hit | SearchResultHit | The hit data | |
| hitId | string | Unique hit id for the dom. By default this is used in the TitleLink slot part component id | |
| parts | HitSlotParts | Part components for the hit New in 0.14.0 |