Readonly
outputThe path of the directory the documentation should be written to.
Readonly
projectThe project the renderer is currently processing.
Optional
urlsA list of all pages that should be generated.
This list can be altered during the EVENT_BEGIN event.
Static
Readonly
BEGINTriggered before the renderer starts rendering a project.
Static
Readonly
ENDTriggered after the renderer has written all documents.
Has preventDefault been called?
Has stopPropagation been called?
Return the event name.
Internal
Create an PageEvent event based on this event and the given url mapping.
A newly created PageEvent instance.
The mapping that defines the generated PageEvent state.
Generated using TypeDoc
An event emitted by the Renderer class at the very beginning and ending of the entire rendering process.
See