Skip to main content

notion.richtextfiltercondition.startswith

Home > @runlightyear/notion > RichTextFilterCondition > startsWith

RichTextFilterCondition.startsWith property

The string to compare the text property value against.

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

Signature:
startsWith?: string;