Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "article.d"

Index

Type aliases

ArticleBodyContentTypes

ArticleBodyContentTypes: (string | ParagraphNestedTag)[] | ImageArticleBody | Embed | Related | Advert

The types of content an article body may contain

ImageLayoutPosition

ImageLayoutPosition: "base" | "wide" | "leftLeaning" | "rightLeaning" | "wrapped"

The layout position of an image inside an article's body

MainArticleSlot

MainArticleSlot: (Content | Article)[]

The page's main content slot.

Contains the Article as well as any other content.

Paragraph

Paragraph: (string | ParagraphNestedTag)[]

An array representing the elements of a paragraph so that they can easily be recomposed using the correct components in the front end

Generated using TypeDoc