Typedef

FindCallback (find-and-replace)

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

typedeffunction

The callback function used to find matches in the document.

Filtering

Parameters

{ item, text } : object
Properties
{ item, text }.item : Item
{ item, text }.text : string

Returns

Array<ResultType>