Home > @findkit/ui > ShowAllLinkProps
ShowAllLinkProps interface
Props for AllResultsLink component in Group slot parts. See Slots.
Signature:
export interface ShowAllLinkProps
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| allResultsShown? | any | (Optional) Render when all resuls are already shown | |
| children? | any | (Optional) Element to render inside the link when there are more results show | |
| noResults? | any | (Optional) Render when there are no results | |
| title? | string | (Optional) Link aria-label |