Skip to main content

notion.selectfiltercondition

Home > @runlightyear/notion > SelectFilterCondition

SelectFilterCondition interface

Signature:
interface SelectFilterCondition 

Optional Properties

PropertyModifiersTypeDescription
doesNotEqual?string

The string to compare the select property value against.

Returns database entries where the select property value does not match the provided string.

equals?string

The string to compare the select property value against.

Returns database entries where the select property value matches the provided string.

isEmpty?true

Whether the select property value does not contain data.

Returns database entries where the select property value is empty.

isNotEmpty?true

Whether the select property value contains data.

Returns database entries where the select property value is not empty.