Poq.SDK.Node

Home > @poq/sdk > AppStory

AppStory class

Contract defines app story.

Signature:

export declare class AppStory extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the AppStory class

Properties

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