Home > @poq/sdk-sfcc > SuggestedTerm
Document representing a suggested term.
Signature:
export declare class SuggestedTerm extends BaseModel<SuggestedTerm>
Extends: BaseModel<SuggestedTerm
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the SuggestedTerm class |
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. |