Preparing search index...
The search index is not available
@coveo/headless-react
@coveo/headless-react
SSR Search
ResultTemplatesHelpers
Variable ResultTemplatesHelpers
Const
ResultTemplatesHelpers
:
{
fieldMustMatch
:
(
fieldName
:
string
,
valuesToMatch
:
string
[]
,
)
=>
ResultTemplateCondition
;
fieldMustNotMatch
:
(
fieldName
:
string
,
blacklistedValues
:
string
[]
,
)
=>
ResultTemplateCondition
;
fieldsMustBeDefined
:
(
fieldNames
:
string
[]
)
=>
ResultTemplateCondition
;
fieldsMustNotBeDefined
:
(
fieldNames
:
string
[]
)
=>
ResultTemplateCondition
;
getResultProperty
:
(
result
:
Result
,
property
:
string
)
=>
unknown
;
}
Type declaration
fieldMustMatch
:
(
fieldName
:
string
,
valuesToMatch
:
string
[]
)
=>
ResultTemplateCondition
fieldMustNotMatch
:
(
fieldName
:
string
,
blacklistedValues
:
string
[]
)
=>
ResultTemplateCondition
fieldsMustBeDefined
:
(
fieldNames
:
string
[]
)
=>
ResultTemplateCondition
fieldsMustNotBeDefined
:
(
fieldNames
:
string
[]
)
=>
ResultTemplateCondition
getResultProperty
:
(
result
:
Result
,
property
:
string
)
=>
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@coveo/headless-react
Loading...