Interface Revision

The object that stores revision information fetched by Wikitext.fetch.

Hierarchy

  • Revision

Properties

basetimestamp: string

The JSON timestamp of the current revision.

content: string

The content of the page.

curtimestamp: string

The JSON timestamp of the API request.

length: number

The byte length of the page content.

ns: number

The namespace number of the page.

pageid: number

The ID of the page.

redirect: boolean

Whether the page is a redirect.

revid: number

The ID of the current revision.

title: string

The formatted title of the page.

Generated using TypeDoc