sempdf v1.9.1Interfaces
Interface: ListItemDefinition
sempdf / ListItemDefinition
Defined in: src/types.ts:2454
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:2466 |
body? | string | readonly InlineTextRun[] | Primary list item text. A plain string renders with the list's base style; an array of InlineTextRun renders a rich paragraph (mixed bold/italic/font/size/color/link runs) inside the item's LBody. | src/types.ts:2460 |
children? | readonly ListItem[] | Nested child list items or structure elements. | src/types.ts:2464 |
label? | string | Explicit list marker or button label text. | src/types.ts:2462 |