Nutrient Web SDK
    Preparing search index...

    Type Alias BookmarkJSON

    type BookmarkJSON = {
        action: CoreActionJSON;
        id: string;
        name: string | null;
        pdfBookmarkId: string | null;
        sortKey: number | null;
        type: "pspdfkit/bookmark";
        v: 1;
    }
    Index

    Properties

    action: CoreActionJSON
    id: string
    name: string | null
    pdfBookmarkId: string | null
    sortKey: number | null
    type: "pspdfkit/bookmark"
    v: 1