Skip to content

19_dp_select

fasteiner edited this page May 18, 2025 · 1 revision

DatabaseProperty: Select

API Reference

classDiagram
    class notion_select_database_property_structure{
        [notion_select[]] $options
        add($name)
        ConvertFromObject()
    }


    class notion_select_database_property {
        [notion_select_database_property_structure] $select
        ConvertFromObject()
    }
    `notion_select_database_property_structure` <.. `notion_select_database_property`:uses
    `DatabasePropertiesBase` --|> `notion_select_database_property`:inherits
Loading

Related Objects

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally