Poq.SDK.Node

Home > @poq/sdk > StoryCardProduct > (constructor)

StoryCardProduct.(constructor)

Constructs a new instance of the StoryCardProduct class

Signature:

constructor(params: {
        id: number;
        title?: string;
        externalId?: string;
        colorGroupId?: string;
        thumbnailUrl?: string;
    });

Parameters

Parameter Type Description
params { id: number; title?: string; externalId?: string; colorGroupId?: string; thumbnailUrl?: string; }