Home > @findkit/ui > FetchDoneEvent
FetchDoneEvent interface
Signature:
export interface FetchDoneEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
append | boolean | User is appending additional results to a group which already has results. E.g. user is paginating for more results. This is false when the user is searching for something new with news terms or filters. | |
id | string | Request id | |
stale | boolean | Whether this request was stale e.g. a new request was made before this one finished | |
terms | string | The search terms used for the request | |
total | number | Total number of search results |