Skip to content

09_Child_Database

fasteiner edited this page May 18, 2025 · 1 revision

Block:Child_database

API Reference

classDiagram
    class child_database_structure {
        [string] $title = $null
        ConvertFromObject()
    }

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

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally