21_Image - fasteiner/Notion GitHub Wiki

Block: Image

API reference

classDiagram
    class notion_image_block {
        [notion_blocktype] $type = "image"
        [notion_file] $image
        ConvertFromObject()
    }

    `notion_file` <.. `notion_image_block`:uses
    `notion_block` --|> `notion_image_block`:inherits