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

    Interface FlipPageSemantic

    Semantic info for the current page, passed to onPageFlipped and historyMapper. Sourced from PageSemantics when available.

    interface FlipPageSemantic {
        semanticName: string;
        title: string;
    }
    Index

    Properties

    Properties

    semanticName: string
    title: string