TableOfContentsBlock

Represents a table of contents block in a Notion page. A table of contents block automatically generates a hierarchical list of all headings in the page, making it easy to navigate through the content.

The table of contents is automatically updated as headings are added, removed, or modified in the page. It cannot be directly edited by users or through the API.

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