Poq.SDK.Node

Home > @poq/sdk-sfcc > SuggestedTerms > (constructor)

SuggestedTerms.(constructor)

Constructs a new instance of the SuggestedTerms class

Signature:

constructor(params?: {
        originalTerm?: string;
        terms?: Array<SuggestedTerm>;
    });

Parameters

Parameter Type Description
params { originalTerm?: string; terms?: Array<SuggestedTerm>; } (Optional)