Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LiveblogItem

A single liveblog element

Hierarchy

Index

Properties

Optional authors

authors: (string | Author)[]

An array of authors, containing either a string, representing a name, or Author objects

body

The elements composing the item's body

Optional cardId

cardId: string

Used for creating uniq links to each liveblog element. An SEO thing

contentId

contentId: string

A unique content id

contentName

contentName: string

The element's name. Used for generating a shareable anchor

inputTemplate

inputTemplate: string

The name of the content type, e.g., 'youtubeVideoEmbed'

Optional keyEvent

keyEvent: string

A title to be used in the liveblog's key events list

Optional modDate

modDate: Date

The item's last modification date

pubDate

pubDate: Date

The item's publishing date

Optional reportingFrom

reportingFrom: string

A text indicating where an author is reporting from

Optional tags

tags: TaxonomyItem[]

Tags pertaining directly to the liveblog item

title

title: string

Optional titleMobile

titleMobile: string

Generated using TypeDoc