Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SyndicationFeed

defines a common Syndication Feed model

export

Hierarchy

  • SyndicationFeed

Index

Constructors

Properties

feedImage: null | string

syndication feed image

feedItems: SyndicationFeedItem[]

syndication feed items

feedTitle: null | string

syndication feed title

Methods

  • getAtomChannelItems(rawFeed: any): {}[]
  • getAtomChannelTitle(rawFeed: any): null | string
  • getRssChannelItems(rawFeed: any): {}[]
  • getRssChannelTitle(rawFeed: any): null | string

Generated using TypeDoc