Interface ILeafletChapter

A leaflet chapter

interface ILeafletChapter {
    chapterGuid: string;
    title?: string;
    excludeFromTableOfContents: boolean;
}

Properties

chapterGuid: string

The GUID of the chapter

title?: string

The title of the chapter

excludeFromTableOfContents: boolean

Whether the chapter should be excluded from the table of contents