Components

LiveBlog

<LiveBlog />

Constructor

# <LiveBlog />

The LiveBlog is the default template for live blog type stories.

Slots: top-slot, bottom-slot, live-blog-card-slot

renders: In addition to all renders offered by the generic story template, live blog offers the following renders:

  • liveBlogCardTimeStamp

featureConfig: In addition to all feature configs provided by generic story template, live blog accepts following feature configs. They can be accessed via opts.featureConfig.liveBlog

  • dataPollInterval: sets the data-poll-interval attr on
  • dataMaxItemsPerPage: sets the data-max-items-per-page attr on

View Source templates/live-blog/live-blog.tsx, line 26