@vivliostyle/core
    Preparing search index...

    Interface Payload

    interface Payload {
        cfi: string;
        content: ErrorInfo;
        docTitle: string;
        epage: number;
        epageCount: number;
        first: boolean;
        href: string;
        internal: boolean;
        last: boolean;
        metadata: unknown;
        type: string;
    }
    Index

    Properties

    cfi: string
    content: ErrorInfo
    docTitle: string
    epage: number
    epageCount: number
    first: boolean
    href: string
    internal: boolean
    last: boolean
    metadata: unknown
    type: string