01_pp - fasteiner/Notion GitHub Wiki

PageProperty

API Reference

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

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