Home > @poq/sdk-sfcc > SuggestedTerms > (constructor)
Constructs a new instance of the SuggestedTerms
class
Signature:
constructor(params?: {
originalTerm?: string;
terms?: Array<SuggestedTerm>;
});
Parameter | Type | Description |
---|---|---|
params | { originalTerm?: string; terms?: Array<SuggestedTerm>; } | (Optional) |