Class RendererEvent

An event emitted by the Renderer class at the very beginning and ending of the entire rendering process.

Constructors

Events

Methods

Properties

Constructors

Events

BEGIN: "beginRender"

Triggered before the renderer starts rendering a project.

END: "endRender"

Triggered after the renderer has written all documents.

Methods

Properties

outputDirectory: string

The path of the directory the documentation should be written to.

The project the renderer is currently processing.

A list of all pages that should be generated.

This list can be altered during the Renderer.EVENT_BEGIN event.