The bulletList
node is a container for list items.
bulletList
is a top-level block node.
1 2{ "type": "bulletList", "content": [ { "type": "listItem", "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "Hello world" } ] } ] } ] }
Name | Required | Type | Value |
---|---|---|---|
type | ✔ | string | "bulletList" |
content | ✔ | array | An array of nodes |
content
can contain one or more listItem
nodes.
Rate this page: