notion.filesfiltercondition
Home > @runlightyear/notion > FilesFilterCondition
FilesFilterCondition interface
Signature:interface FilesFilterCondition
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isEmpty? | true | Whether the files property value does not contain any data. Returns all database entries with an empty files property value. | |
isNotEmpty? | true | Whether the files property value contains data. Returns all entries with a populated files property value. |