Appearance
a11ydocs / ListItemDefinition
Interface: ListItemDefinition
Defined in: src/types.ts:1966
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:1974 |
body? | string | Primary list item text. | src/types.ts:1968 |
children? | readonly ListItem[] | Nested child list items or structure elements. | src/types.ts:1972 |
label? | string | Explicit list marker or button label text. | src/types.ts:1970 |