notion.checkboxfiltercondition
Home > @runlightyear/notion > CheckboxFilterCondition
CheckboxFilterCondition interface
Signature:interface CheckboxFilterCondition
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
doesNotEqual? | boolean | Whether a checkbox property value differs from the provided value. Returns or excludes all database entries with a difference in values. | |
equals? | boolean | Whether a checkbox property value matches the provided value exactly. Returns or excludes all database entries with an exact value match. false |