Home > @poq/sdk > StoryCardProduct
Contract defines story card product.
Signature:
export declare class StoryCardProduct extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the StoryCardProductclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| colorGroupId | string | undefined | Story card color group id. | |
| externalId | string | undefined | Story card external id. | |
| id | number | Story card id. | |
| thumbnailUrl | string | undefined | Story card thumbnail url. | |
| title | string | undefined | Story card title. |