Home > @poq/sdk > SearchResponseFilterToggle > (constructor)
Constructs a new instance of the SearchResponseFilterToggle class
Signature:
constructor(params: {
positive: string;
negative?: string;
});
| Parameter | Type | Description |
|---|---|---|
| params | { positive: string; negative?: string; } |