Skip to main content

notion.statusfiltercondition.doesnotequal

Home > @runlightyear/notion > StatusFilterCondition > doesNotEqual

StatusFilterCondition.doesNotEqual property

The string to compare the status property value against.

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

Signature:
doesNotEqual?: string;