NumberedListItemBlock

Represents a numbered list item block in a Notion page. Numbered list items are part of an ordered list, where each item is automatically numbered based on its position in the list. The numbering is handled automatically by Notion.

Numbered list items can contain rich text content and can be nested within other blocks to create hierarchical lists.

See also

Properties

Link copied to clipboard
abstract val children: List<Block>?
Link copied to clipboard
abstract val created: Timestamp
Link copied to clipboard
abstract val id: UuidString
Link copied to clipboard
abstract val lastEdited: Timestamp
Link copied to clipboard
abstract val text: RichTextList?

The rich text content of the numbered list item. This can include formatted text, mentions, and other rich text elements. If null, the list item is empty.