Interface RenderView

A render view.

interface RenderView {
    chapters: ChapterNode[];
    cover: ImageNode | RefNode<Image>;
    css: CssNode[];
    fonts: FontNode[];
    images: ImageNode[];
    metadata: MetadataNode;
    spine: SpineNode[];
}

Properties

chapters: ChapterNode[]

The chapters of the EPUB.

The cover image of the EPUB.

css: CssNode[]

The CSS files of the EPUB.

fonts: FontNode[]

The fonts of the EPUB.

images: ImageNode[]

The images of the EPUB.

metadata: MetadataNode

The metadata of the EPUB.

spine: SpineNode[]

The spine of the EPUB.