data class FindResult
(source)
A value type representing a result of a "find in page" operation.
FindResult(activeMatchOrdinal: Int, numberOfMatches: Int, isDoneCounting: Boolean)
A value type representing a result of a "find in page" operation. |
val activeMatchOrdinal: Int
the zero-based ordinal of the currently selected match. |
|
val isDoneCounting: Boolean
true if the find operation has completed, otherwise false. |
|
val numberOfMatches: Int
the match count |