@vivliostyle/core
    Preparing search index...

    Type Alias SingleDocumentParam

    type SingleDocumentParam = {
        skipPagesBefore: number | null;
        startPage: number | null;
        url: string;
    }
    Index

    Properties

    skipPagesBefore: number | null
    startPage: number | null
    url: string