Create a new Event instance.
Optional
contentsThe final html content of this page.
Should be rendered by layout templates and can be modified by plugins.
The filename the page will be written to.
The model that should be rendered on this page.
The project the renderer is currently processing.
The template that should be used to render this page.
The url this page will be located at.
Static
Readonly
BEGINTriggered before a document will be rendered.
Static
Readonly
ENDTriggered after a document has been rendered, just before it is written to disc.
Has preventDefault been called?
Has stopPropagation been called?
Return the event name.
Prevent the default action associated with this event from being executed.
Stop the propagation of this event. Remaining event handlers will not be executed.
Generated using TypeDoc
An event emitted by the Renderer class before and after the markup of a page is rendered.
See