Skip to content

01_file

fasteiner edited this page May 18, 2025 · 1 revision

File

API Reference File Object

API Reference Block: File

classDiagram
    class notion_file {
        [notion_filetype]$type
        #caption and name are only used in block/file
        [rich_text[]] $caption = @()
        [string] $name
        ConvertFromObject()
    }
    `notion_icon` --|> `notion_file`:inherits
    `notion_file` --|> `notion_hosted_file`:inherits
    `notion_file` --|> `notion_external_file`:inherits
Loading

Related Classes

Child Classes

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally