Props
props
¶
Page property values 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
¶
Checkbox(values: Any | Sequence[Any])
¶
Simple checkbox type; represented as a boolean.
value: bool | None
property
¶
CreatedBy(values: Any | Sequence[Any])
¶
CreatedTime(values: Any | Sequence[Any])
¶
Date(dt_spec: str | dt.datetime | dt.date | pnd.Interval)
¶
Files(files: FileInfo | Sequence[FileInfo])
¶
Files property value.
value: list[FileInfo]
property
¶
Formula(values: Any | Sequence[Any])
¶
ID(values: Any | Sequence[Any])
¶
LastEditedBy(values: Any | Sequence[Any])
¶
LastEditedTime(values: Any | Sequence[Any])
¶
MultiSelect(options: str | Option | Sequence[str | Option])
¶
Multi-select property value.
value: list[Option] | None
property
¶
PropertyValue(values: Any | Sequence[Any])
¶
Base class for Notion property values.
Used to map high-level objects to low-level Notion-API objects