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

    Interface SpineItem

    interface SpineItem {
        canonical: string;
        cfiBase: string;
        href: string;
        id?: string;
        idref: string;
        index: number;
        linear: string;
        next: () => Section | undefined;
        prev: () => Section | undefined;
        properties: string[];
        url: string;
    }
    Index

    Properties

    canonical: string
    cfiBase: string
    href: string
    id?: string
    idref: string
    index: number
    linear: string
    next: () => Section | undefined
    prev: () => Section | undefined
    properties: string[]
    url: string