Home > @poq/sdk-sfcc > BoolQuery > (constructor)
Constructs a new instance of the BoolQuery
class
Signature:
constructor(params?: {
must?: Array<object>;
mustNot?: Array<object>;
should?: Array<object>;
});
Parameter | Type | Description |
---|---|---|
params | { must?: Array<object>; mustNot?: Array<object>; should?: Array<object>; } | (Optional) |