Interface RenderContext

The context for the render pipeline.

interface RenderContext {
    log: Log;
    structure: Partial<EpubStructure>;
    templates: Templates;
    view: RenderView;
}

Properties

log: Log

The log of the render pipeline.

structure: Partial<EpubStructure>

The structure of the EPUB.

templates: Templates

The templates for the EPUB.

The view to render the template with.