-
Notifications
You must be signed in to change notification settings - Fork 1
05_rich_text_mention_template_mention
fasteiner edited this page May 18, 2025
·
1 revision
classDiagram
class rich_text_mention_template_mention_structure_base {
[string] $type = "template_mention_date"
}
class rich_text_mention_template_mention_template_mention_date_structure {
[datetime] $template_mention_date = ""
ConvertFromObject()
}
class rich_text_mention_template_mention_template_mention_user_structure {
[string] $template_mention_user = "me"
ConvertFromObject()
}
class rich_text_mention_template_mention {
[rich_text_mention_template_mention_structure_base] $template_mention
ConvertFromObject()
}
`rich_text_mention_template_mention_structure_base` --|> `rich_text_mention_template_mention_template_mention_date_structure`:inherits
`rich_text_mention_template_mention_structure_base` --|> `rich_text_mention_template_mention_template_mention_user_structure`:inherits
`rich_text_mention_base` --|> `rich_text_mention_template_mention`:inherits
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