notion.peoplefiltercondition
Home > @runlightyear/notion > PeopleFilterCondition
PeopleFilterCondition interface
Signature:interface PeopleFilterCondition
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
contains? | NotionId | The value to compare the people property value against. Returns database entries where the people property value contains the provided string. | |
doesNotContain? | NotionId | The value to compare the people property value against. Returns database entries where the people property value does not contain the provided string. | |
isEmpty? | true | Whether the people property value does not contain any data. Returns database entries where the people property value does not contain any data. | |
isNotEmpty? | true | Whether the people property value contains data. Returns database entries where the people property value is not empty. |