Contracts descrbies story card.
Signature:
export declare class StoryCard extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the StoryCardclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| actionLabel | string | undefined | Story card action label. | |
| categoryId | number | undefined | Story card category id. | |
| duration | number | Display duration in seconds. | |
| imageUrl | string | Story card image url. | |
| key | string | Story card identifier. | |
| navigationCategoryId | string | undefined | Story card navi category id. | |
| products | StoryCardProduct[] | undefined | Story card products. | |
| title | string | Story card title. | |
| type | StoryCardType | Story card type. | |
| url | string | undefined | Story card weblink url. | |
| videoUrl | string | undefined | Story card video url. |