Home > @findkit/ui > FetchEvent

FetchEvent interface

Signature:

export interface FetchEvent<G extends FindkitUIGenerics = FindkitUIGenerics, O extends FindkitUIOptions<G> = FindkitUIOptions<G>> 

Properties

Property Modifiers Type Description
id string Request id
terms string The search terms used for the request
transientUpdateGroups (arg: UpdateGroupsArgument<GroupsOrDefault<G, O>>) => void

Make transient update to the groups which is only used for next request

Added in 0.13.0

transientUpdateParams (arg: UpdateParamsArgument<SearchParamsOrDefault<G, O>>) => void

Make transient update to the search params which is only used for next request

Added in 0.13.0