Bookmark
Defined in: src/core/types.ts:538
Represents a bookmark (outline entry) in a PDF document.
Properties
Section titled “Properties”children
Section titled “children”
readonlychildren: readonlyBookmark[]
Defined in: src/core/types.ts:544
Child bookmarks forming a tree structure.
pageIndex
Section titled “pageIndex”
readonlypageIndex:number|undefined
Defined in: src/core/types.ts:542
The zero-based destination page index, or undefined for external destinations.
readonlytitle:string
Defined in: src/core/types.ts:540
The title text of the bookmark.