Home > @poq/sdk > 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;
});
Parameter | Type | Description |
---|---|---|
params | { key: string; title: string; imageUrl: string; autoplayEnabled: boolean; cards: StoryCard[]; from?: Date; to?: Date; } |