Home > @poq/sdk-sfcc > ProductListLink > (constructor)
Constructs a new instance of the ProductListLink
class
Signature:
constructor(params?: {
description?: string;
link?: string;
name?: string;
_public?: boolean;
title?: string;
type?: ProductListLinkTypeEnum;
});
Parameter | Type | Description |
---|---|---|
params | { description?: string; link?: string; name?: string; _public?: boolean; title?: string; type?: ProductListLinkTypeEnum; } | (Optional) |