# SearchResult

The parameter passed to the findString.

Availability
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# error

Availability
9.2.0
error :String

Error message, if any returned.

May be undefined.


# success

Availability
9.2.0
success :Boolean

Indicates if string found or not.

Returns true if found, otherwise false.