12_pp_multi_select - fasteiner/Notion GitHub Wiki

PageProperty: Multi_select

API Reference

classDiagram
    class notion_multi_select_page_property {
        [notion_multi_select_item[]] $multi_select
        add($color, $name)
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_multi_select_page_property`:inherits

Related Classes