Poq.SDK.Node

Home > @poq/sdk-sfcc > SuggestedTerm

SuggestedTerm class

Document representing a suggested term.

Signature:

export declare class SuggestedTerm extends BaseModel<SuggestedTerm> 

Extends: BaseModel<SuggestedTerm

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the SuggestedTerm class

Properties

Property Modifiers Type Description
completed?   boolean (Optional) Returns whether this term value is a completion match.
corrected?   boolean (Optional) Returns whether this term value is a correction match.
exactMatch?   boolean (Optional) Returns whether this term value is a exact match.
value?   string (Optional) Returns the term value.