Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AtomText

<title>, <summary>, <content>, and <rights> contain human-readable text, usually in small quantities. The type attribute determines how this information is encoded (default="text")

  • If type="text", then this element contains plain text with no entity escaped html.
  • If type="html", then this element contains entity escaped html.
  • If type="xhtml", then this element contains inline xhtml, wrapped in a div element.

Hierarchy

Index

Properties

Properties

Optional type

type: "text" | "html" | "xhtml"

value

value: string

Generated using TypeDoc