Interface WikiPage

Represents a wiki article.

(Source)

Hierarchy

  • WikiPage

Properties

available_locales: string[]

All available locales for the article.

layout: string

The layout type for the page.

locale: string

All lowercase BCP 47 language tag.

markdown: string

Markdown content.

path: string

Path of the article.

subtitle?: null | string

The article's subtitle.

tags: (string | number)[]

Associated tags for the article.

title: string

The article's title.

Generated using TypeDoc