20_pp_status - fasteiner/Notion GitHub Wiki

PageProperty: Status

API Reference

classDiagram
    class notion_status_page_property {
        [notion_status] $status
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_status_page_property`:inherits

Related Classes