Interface Section

A section (chapter) of data in an epub

interface Section {
    content: string;
    title: string;
}

Properties

Properties

content: string

An html string of the content for this section

Illegal tags and attributes will be removed. Images will be looked up in the images mapping.

title: string

The title of the section to be included in the table of contents

Generated using TypeDoc