Skip to content

23.1_File_block

fasteiner edited this page May 18, 2025 · 1 revision

Block: File_block

API reference

classDiagram
    class notion_file_block {
        [notion_blocktype] $type = "file"
        [notion_file]$file
        ConvertFromObject()
    }
    `notion_block` --|> `notion_file_block`:inherits
    `notion_file` <.. `notion_file_block`:uses
Loading

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally