Skip to content

26_Synced_Block

fasteiner edited this page May 18, 2025 · 1 revision

Block: Synced_block

API reference

classDiagram
    class Synced_Block_structure {
        [notion_block] $synced_from = $null
        [notion_block[]] $children = @()
        ConvertFromObject()
    }

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

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally