Contract defines app story.
Signature:
export declare class AppStory extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the AppStory class |
Property | Modifiers | Type | Description |
---|---|---|---|
autoplayEnabled | boolean | ||
cards | StoryCard[] | App story cards. | |
from | Date | undefined | ||
imageUrl | string | App story image url. | |
key | string | App story identifier. | |
title | string | App story title. | |
to | Date | undefined |