Skip to content

21_Image

fasteiner edited this page May 18, 2025 · 1 revision

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
Loading

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally