Props
props
¶
Page properties especially for pages within databases. The names of the properties reflect the name in the Notion UI.
T = TypeVar('T', bound=obj_props.PropertyValue)
module-attribute
¶
CreatedTime(values)
¶
Created-time property value.
readonly = True
class-attribute
instance-attribute
¶
Date(dt_spec: dt.datetime | dt.date | pnd.Interval)
¶
Formula(values)
¶
LastEditedBy(values)
¶
Last-edited-by property value.
readonly = True
class-attribute
instance-attribute
¶
LastEditedTime(values)
¶
Last-edited-time property value.
readonly = True
class-attribute
instance-attribute
¶
MultiSelect(options: str | Option | list[str | Option])
¶
Multi-select property value.
value: list[Option] | None
property
¶
PropertyValue(values)
¶
Base class for Notion property values.
Used to map high-level objects to low-level Notion-API objects