@coveo/headless-react
Preparing search index...
SSR Commerce
index
ProductTemplatesHelpers
Variable ProductTemplatesHelpers
Const
ProductTemplatesHelpers
:
{
fieldMustMatch
:
(
fieldName
:
string
,
valuesToMatch
:
string
[]
,
)
=>
ProductTemplateCondition
;
fieldMustNotMatch
:
(
fieldName
:
string
,
disallowedValues
:
string
[]
,
)
=>
ProductTemplateCondition
;
fieldsMustBeDefined
:
(
fieldNames
:
string
[]
)
=>
ProductTemplateCondition
;
fieldsMustNotBeDefined
:
(
fieldNames
:
string
[]
)
=>
ProductTemplateCondition
;
getProductProperty
:
(
product
:
Product
|
ChildProduct
,
property
:
string
,
)
=>
{}
|
null
;
}
Type declaration
fieldMustMatch
:
(
fieldName
:
string
,
valuesToMatch
:
string
[]
)
=>
ProductTemplateCondition
fieldMustNotMatch
:
(
fieldName
:
string
,
disallowedValues
:
string
[]
)
=>
ProductTemplateCondition
fieldsMustBeDefined
:
(
fieldNames
:
string
[]
)
=>
ProductTemplateCondition
fieldsMustNotBeDefined
:
(
fieldNames
:
string
[]
)
=>
ProductTemplateCondition
getProductProperty
:
(
product
:
Product
|
ChildProduct
,
property
:
string
)
=>
{}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@coveo/headless-react
Loading...