Skip to content

33_Video

fasteiner edited this page May 18, 2025 · 1 revision

Block: Video

API reference

classDiagram
    class notion_video_block  {
        [notion_blocktype] $type = "video"
        [notion_file]$video
    }
    `notion_block` --|> `notion_video_block`:inherits
    `notion_file` <.. `notion_video_block`:uses
Loading

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally