AmazonSingleValuedAttribute interface
Description of a single text attribute
Signature:
export interface AmazonSingleValuedAttribute
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayValue | readonly | string | The localized display value of the attribute |
label | readonly | string | The name of the attribute |
locale | readonly | string | The locale of the displayValue |
AmazonSingleValuedAttribute.label property
The name of the attribute
Signature:
readonly label: string;
AmazonSingleValuedAttribute.displayValue property
The localized display value of the attribute
Signature:
readonly displayValue: string;
AmazonSingleValuedAttribute.locale property
The locale of the displayValue
Signature:
readonly locale: string;
Updated 7 months ago