Preparing search index...
The search index is not available
@nosto/nosto-js
@nosto/nosto-js
client
FilterRule
Interface FilterRule
interface
FilterRule
{
field
?:
string
;
negate
?:
boolean
;
operator
:
FilterOperator
;
values
?:
unknown
[]
;
}
Index
Properties
field?
negate?
operator
values?
Properties
Optional
field
field
?:
string
Optional
negate
negate
?:
boolean
operator
operator
:
FilterOperator
Optional
values
values
?:
unknown
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
negate
operator
values
@nosto/nosto-js
Loading...