@likecoin/epub-ts
    Preparing search index...

    Interface ViewLocation

    interface ViewLocation {
        href: string;
        index: number;
        mapping: EpubCFIPair;
        pages: number[];
        totalPages: number;
    }
    Index

    Properties

    href: string
    index: number
    mapping: EpubCFIPair
    pages: number[]
    totalPages: number