Skip to content

zeropdf v1.3.0


zeropdf / ListItemDefinition

Interface: ListItemDefinition

Defined in: src/types.ts:1945

Detailed list item object with optional nested children.

Properties

PropertyTypeDescriptionDefined in
annotations?readonly ParagraphTextAnnotation[]Inline annotations anchored to substrings of the rendered body text.src/types.ts:1953
body?stringPrimary list item text.src/types.ts:1947
children?readonly ListItem[]Nested child list items or structure elements.src/types.ts:1951
label?stringExplicit list marker or button label text.src/types.ts:1949

Released under the ISC license.