Home > @poq/sdk-sfcc > SuggestedTerm > (constructor)
Constructs a new instance of the SuggestedTerm class
Signature:
constructor(params?: {
completed?: boolean;
corrected?: boolean;
exactMatch?: boolean;
value?: string;
});
| Parameter | Type | Description |
|---|---|---|
| params | { completed?: boolean; corrected?: boolean; exactMatch?: boolean; value?: string; } | (Optional) |