Typedef

FindCallbackResultObject (find-and-replace)

@ckeditor/ckeditor5-find-and-replace/src/findandreplacestate

typedefobject

Represents the result of a find callback.

The searchText attribute in the result object is used to determine if the search text has changed. If returned searchText is different than the last search text, the search results will be invalidated while searching for next item and the search will start from the beginning of the document.

Filtering

Properties

  • results : Array<ResultType>

  • searchText : string