Skip to content

15_Embed

fasteiner edited this page May 18, 2025 · 1 revision

Block: Embed

API reference

classDiagram
    class embed_structure {
        [string] $url = $null    
    }
    
    class notion_embed_block {
        [notion_blocktype] $type = "embed"
        [embed_structure] $embed
        ConvertFromObject()
    }
    `embed_structure` <.. `notion_embed_block`:uses
    `notion_block` --|> `notion_embed_block`:inherits
Loading

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally