Appearance
zeropdf / ListItemDefinition
Interface: ListItemDefinition
Defined in: src/types.ts:1945
Detailed list item object with optional nested children.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
annotations? | readonly ParagraphTextAnnotation[] | Inline annotations anchored to substrings of the rendered body text. | src/types.ts:1953 |
body? | string | Primary list item text. | src/types.ts:1947 |
children? | readonly ListItem[] | Nested child list items or structure elements. | src/types.ts:1951 |
label? | string | Explicit list marker or button label text. | src/types.ts:1949 |