HTML Flip Book - v0.0.0-alpha.36
    Preparing search index...

    Interface TocEntry

    Entry in the table of contents.

    interface TocEntry {
        pageIndex: number;
        semanticName: string;
        title: string;
    }
    Index

    Properties

    pageIndex: number

    Page index to navigate to

    semanticName: string

    Semantic page name/number (from pageSemantics.indexToSemanticName)

    title: string

    Display title (from pageSemantics.indexToTitle or custom)