24_PDF - fasteiner/Notion GitHub Wiki

Block: PDF

API reference

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

Related Blocks