-
Notifications
You must be signed in to change notification settings - Fork 1
04_Block
fasteiner edited this page May 18, 2025
·
1 revision
classDiagram
class notion_block {
$object = "block"
$id = $null
[notion_parent] $parent = $null
$children
[string] $created_time
[notion_user] $created_by
[string] $last_edited_time
[notion_user] $last_edited_by
[bool] $archived = $false
[bool] $in_trash = $false
[bool] $has_children = $false
addChild()
ConvertFromObject()
}
Other block types are inherited from the generic block.
- Bookmark
- Breadcrumb
- Bulleted_List_Item
- Callout
- Child_Database
- Child_Page
- Code
- Column
- Column_List
- Divider
- Embed
- Equation
- Heading
- Image
- Link_Preview
- Numbered_List_Item
- Paragraph
- File_block
- Quote
- Synced_Block
- Table
- Table_Of_Contents
- To_do
- Toggle
- Video
Within these blocks a inheritance will only visible as class element without all properties.
classDiagram
class notion_block:::styleClass
Home
Module-FAQ
SetupOfIntegration
Commands
- Connect-Notion
- ConvertTo-NotionObject
- Disconnect-Notion
- Invoke-NotionApiCall
- Block
- Add-NotionBlockToPage
- Get-NotionBlock
- Get-NotionBlockChildren
- New-NotionBlock
- Remove-NotionBlock
- Update-NotionBlock
- _RichText
- Bookmark
- Breadcrumb
- BulletedListItem
- Callout
- ChildDatabase
- Code
- Column
- ColumnList
- Divider
- Embed
- Equation
- File
- Heading
- Image
- LinkPreview
- NumberedListItem
- Paragraph
- Quote
- Synced
- Table
- TableOfContents
- TableRow
- ToDo
- Toggle
- Video
- Database
- Emoji
- File
- Page
- Parent
- User
Classes
- Block
- Comment
- Database
- Database
- DatabaseProperties
- Emoji
- File
- General
- Page
- page
- page_reference
- PageProperties
- Parent
- Unfurl attribute
- User
Enums
- notion_color
- icontype
- Block
- blocktype
- RichText
- rich_text_type
- rich_text_mention_type
- Type
- MentionType
- DatabaseProperties
- File
- PageProperties
- Parent
- Properties
- User