19_dp_select - fasteiner/Notion GitHub Wiki
DatabaseProperty: Select
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