Skip to content

a11ydocs v1.7.0


a11ydocs / ListItemDefinition

Interface: ListItemDefinition

Defined in: src/types.ts:1966

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:1974
body?stringPrimary list item text.src/types.ts:1968
children?readonly ListItem[]Nested child list items or structure elements.src/types.ts:1972
label?stringExplicit list marker or button label text.src/types.ts:1970

Released under the ISC license.