NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

SearchTextViewDefaultInfoText

Api-typedef icontypedef

Describes value of a info text configuration in SearchTextViewConfig. A string or a function that returns a string with the information about the search results.

Value

string | ( query: string, resultsCount: number, totalItemsCount: number ) => string