Interface: ListItemDefinition
Detailed list item object with optional nested children.
Properties
| Property | Type | Description |
|---|---|---|
annotations? | readonly ParagraphTextAnnotation[] | Inline annotations anchored to substrings of the rendered body text. |
body? | string | Primary list item text. |
children? | readonly ListItem[] | Nested child list items or structure elements. |
label? | string | Explicit list marker or button label text. |