Markdown list item.
optional
checked:null
|boolean
Whether the item is a tasklist item (when boolean
).
When true
, the item is complete.
When false
, the item is incomplete.
node_modules/@types/mdast/index.d.ts:899
children: (
BlockContent
|DefinitionContent
)[]
Children of list item.
node_modules/@types/mdast/index.d.ts:908
optional
data:ListItemData
Data associated with the mdast list item.
node_modules/@types/mdast/index.d.ts:912
optional
position:Position
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
node_modules/@types/unist/index.d.ts:103
optional
spread:null
|boolean
Whether one or more of the children are separated with a blank line from
its siblings (when true
), or not (when false
or not present).
node_modules/@types/mdast/index.d.ts:904
type:
"listItem"
Node type of mdast list item.
node_modules/@types/mdast/index.d.ts:892