Home > @poq/sdk-sfcc > VariationAttributeValue > (constructor)
Constructs a new instance of the VariationAttributeValue
class
Signature:
constructor(params?: {
value: string;
description?: string;
image?: Image;
imageSwatch?: Image;
name?: string;
orderable?: boolean;
});
Parameter | Type | Description |
---|---|---|
params | { value: string; description?: string; image?: Image; imageSwatch?: Image; name?: string; orderable?: boolean; } | (Optional) |