Preparing search index...
The search index is not available
@coveo/headless-react
@coveo/headless-react
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
,
)
=>
unknown
;
}
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
)
=>
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@coveo/headless-react
Loading...