List

Markdown list.

Extends

Properties

children

children: ListItem[]

Children of list.

Overrides

Parent.children

Defined in

node_modules/@types/mdast/index.d.ts:873


data?

optional data: ListData

Data associated with the mdast list.

Overrides

Parent.data

Defined in

node_modules/@types/mdast/index.d.ts:877


ordered?

optional ordered: null | boolean

Whether the items have been intentionally ordered (when true), or that the order of items is not important (when false or not present).

Defined in

node_modules/@types/mdast/index.d.ts:860


position?

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.

Inherited from

Parent.position

Defined in

node_modules/@types/unist/index.d.ts:103


spread?

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).

Defined in

node_modules/@types/mdast/index.d.ts:869


start?

optional start: null | number

The starting number of the list, when the ordered field is true.

Defined in

node_modules/@types/mdast/index.d.ts:864


type

type: "list"

Node type of mdast list.

Overrides

Parent.type

Defined in

node_modules/@types/mdast/index.d.ts:855