Skip to main content

notion.formulafiltercondition

Home > @runlightyear/notion > FormulaFilterCondition

FormulaFilterCondition interface

Signature:
interface FormulaFilterCondition 

Optional Properties

PropertyModifiersTypeDescription
checkbox?CheckboxFilterCondition

A checkbox filter condition to compare the formula result against.

Returns database entries where the formula result matches the provided condition.

date?DateFilterCondition

A date filter condition to compare the formula result against.

Returns database entries where the formula result matches the provided condition.

number?NumberFilterCondition

A number filter condition to compare the formula result against.

Returns database entries where the formula result matches the provided condition.

string?RichTextFilterCondition

A rich text filter condition to compare the formula result against.

Returns database entries where the formula result matches the provided condition.