Skip to content

30_Table_Of_Contents

fasteiner edited this page May 18, 2025 · 1 revision

Block: Table_of_content

API reference

classDiagram
    class Table_Of_Contents_structure {
        [notion_color] $color = "default"
        ConvertFromObject()
    }

    class notion_table_of_contents_block {
        [notion_blocktype] $type = "table_of_contents"
        [Table_Of_Contents_structure] $table_of_contents
        ConvertFromObject()
    }
    `Table_Of_Contents_structure` <.. `notion_table_of_contents_block`:uses
    `notion_block` --|> `notion_table_of_contents_block`:inherits
Loading

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally