Modules

klevufetchfunctionreturnvalue

2min

Ƭ KlevuFetchFunctionReturnValue: Object

What functions passed to KlevuFetch should implement

Type declaration

Name

Type

Description

configOverride?

Pass down the if config has been overridden.

klevuFunctionId

KlevuFetchTypeId

Id of function. Used only internally

modifiers?

KlevuFetchModifer[]

List of modifiers set for this function

params?

Some of the functions pass metadata that can be used in other places

previousResultRecords?

KlevuRecord[]

Local memory cache products from previous results. Used by analytics when making page changes

queries?

What queries should KlevuFetch do to backend

suggestions?

What suggestions queries should do to backend

Defined in

Updated 25 Mar 2024
Did this page help you?