Class PageEvent<Model>

An event emitted by the Renderer class before and after the markup of a page is rendered.

See

Type Parameters

  • Model = unknown

Hierarchy

Constructors

Properties

filename: string

The filename the page will be written to.

model: Model

The model that should be rendered on this page.

The project the renderer is currently processing.

template: RenderTemplate<PageEvent<Model>>

The template that should be used to render this page.

url: string

The url this page will be located at.

contents?: string

The final html content of this page.

Should be rendered by layout templates and can be modified by plugins.

Events

BEGIN: "beginPage" = "beginPage"

Triggered before a document will be rendered.

END: "endPage" = "endPage"

Triggered after a document has been rendered, just before it is written to disc.

Accessors

Methods

Generated using TypeDoc