Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AtomEntry

An example of an entry would be a single post on a weblog.

Hierarchy

  • AtomEntry

Index

Properties

Optional author

author: AtomAuthor[]

Names one author of the entry. An entry may have multiple authors. An entry must contain at least one author element unless there is an author element in the enclosing feed, or there is an author element in the enclosed source element.

Optional category

category: AtomCategory[]

Specifies a category that the entry belongs to. A entry may have multiple category elements.

Optional content

content: AtomContent

Contains or links to the complete content of the entry. Content must be provided if there is no alternate link, and should be provided if there is no summary.

Optional contributor

contributor: AtomContributor[]

Names one contributor to the entry. An entry may have multiple contributor elements.

id

id: string

Identifies the entry using a universally unique and permanent URI. Suggestions on how to make a good id can be found here. Two entries in a feed can have the same value for id if they represent the same entry at different points in time.

Optional link

link: AtomLink[]

Identifies a related Web page. The type of relation is defined by the rel attribute. An entry is limited to one alternate per type and hreflang. An entry must contain an alternate link if there is no content element.

Optional published

published: Date

Contains the time of the initial creation or first availability of the entry.

Optional rights

rights: AtomRights

Conveys information about rights, e.g. copyrights, held in and over the entry.

Optional source

source: AtomSource

Contains metadata from the source feed if this entry is a copy.

Optional summary

summary: AtomSummary

Conveys a short summary, abstract, or excerpt of the entry. Summary should be provided if there either is no content provided for the entry, or that content is not inline (i.e., contains a src attribute), or if the content is encoded in base64.

title

title: AtomTitle

Contains a human readable title for the entry. This value should not be blank.

updated

updated: Date

Indicates the last time the entry was modified in a significant way. This value need not change after a typo is fixed, only after a substantial modification. Generally, different entries in a feed will have different updated timestamps.

Generated using TypeDoc