Appearance
zeropdf / ParsedPdfOutlineItem
Interface: ParsedPdfOutlineItem
Defined in: src/parser.ts:112
Outline item discovered while parsing an existing PDF.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
children | readonly | readonly ParsedPdfOutlineItem[] | Nested child list items or structure elements. | src/parser.ts:120 |
targetName? | readonly | string | Named destination targeted by the outline item. | src/parser.ts:116 |
targetPageObjectId? | readonly | number | Page object id targeted by the outline item. | src/parser.ts:118 |
title | readonly | string | Document title or display title. | src/parser.ts:114 |