Home > @poq/sdk > StoryCardProduct > (constructor)
Constructs a new instance of the StoryCardProduct class
Signature:
constructor(params: {
        id: number;
        title?: string;
        externalId?: string;
        colorGroupId?: string;
        thumbnailUrl?: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { id: number; title?: string; externalId?: string; colorGroupId?: string; thumbnailUrl?: string; } |