ComPDF React Native - v3.0.0
    Preparing search index...

    Interface CPDFBookmark

    interface CPDFBookmark {
        uuid: string;
        title: string;
        pageIndex: number;
        date?: Date;
    }
    Index

    Properties

    uuid: string
    title: string
    pageIndex: number
    date?: Date