Skip to main content

notion.multiselectfiltercondition

Home > @runlightyear/notion > MultiSelectFilterCondition

MultiSelectFilterCondition interface

Signature:
interface MultiSelectFilterCondition 

Optional Properties

PropertyModifiersTypeDescription
contains?string

The value to compare the multi-select property value against.

Returns database entries where the multi-select value contains the provided string.

doesNotContain?string

The value to the multi-select property value against.

Returns database entries where the multi-select value does not contain the provided string.

isEmpty?true

Whether the multi-select property value is empty.

Returns database entries where the multi-select value does not contain any data.

isNotEmpty?true

Whether the multi-select property value is not empty.

Returns database entries where the multi-select value does contains data.