FindCallbackResultObject
typedef
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.
Properties
-
results : Array<FindResultType>
module:find-and-replace/findandreplacestate~FindCallbackResultObject#results
-
searchText : string
module:find-and-replace/findandreplacestate~FindCallbackResultObject#searchText