Skip to main content

notion.richtextfiltercondition.endswith

Home > @runlightyear/notion > RichTextFilterCondition > endsWith

RichTextFilterCondition.endsWith property

The string to compare the text property value against.

Returns database entries with a text property value that ends with the provided string.

Signature:
endsWith?: string;