Poq.SDK.Node

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

SuggestedTerm.(constructor)

Constructs a new instance of the SuggestedTerm class

Signature:

constructor(params?: {
        completed?: boolean;
        corrected?: boolean;
        exactMatch?: boolean;
        value?: string;
    });

Parameters

Parameter Type Description
params { completed?: boolean; corrected?: boolean; exactMatch?: boolean; value?: string; } (Optional)