Skip to content
fasteiner edited this page May 18, 2025 · 1 revision

PageProperty

API Reference

classDiagram
    class notion_pageproperties {
        [void] Add([object] $Key, [object] $Value)
        ConvertFromObject()
    }
    `hashtable` --|> `notion_pageproperties`:inherits
Loading

The page properties have a name, which is the key and a value, which is the actual property. This matches the built-in functionality of a hashtable, therefore the database properties are derived from the class Hashtable.

PageProperties

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally