Poq.SDK.Node

Home > @poq/sdk > AppStory > (constructor)

AppStory.(constructor)

Constructs a new instance of the AppStory class

Signature:

constructor(params: {
        key: string;
        title: string;
        imageUrl: string;
        autoplayEnabled: boolean;
        cards: StoryCard[];
        from?: Date;
        to?: Date;
    });

Parameters

Parameter Type Description
params { key: string; title: string; imageUrl: string; autoplayEnabled: boolean; cards: StoryCard[]; from?: Date; to?: Date; }