FindInPageOptions

external interface FindInPageOptions(source)

Properties

Link copied to clipboard
abstract var findNext: Boolean?

Whether to begin a new text finding session with this request. Should be true for initial requests, and false for follow-up requests. Defaults to false.

Link copied to clipboard
abstract var forward: Boolean?

Whether to search forward or backward, defaults to true.

Link copied to clipboard
abstract var matchCase: Boolean?

Whether search should be case-sensitive, defaults to false.