Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?forward, ?findNext, ?matchCase)

Full Usage: Options(?forward, ?findNext, ?matchCase)

Parameters:
    ?forward : bool - Whether to search forward or backward, defaults to true.
    ?findNext : bool - 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.
    ?matchCase : bool - Whether search should be case-sensitive, defaults to false.

Returns: Options
?forward : bool

Whether to search forward or backward, defaults to true.

?findNext : bool

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.

?matchCase : bool

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

Returns: Options

Instance members

Instance member Description

this.findNext

Full Usage: this.findNext

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.

this.forward

Full Usage: this.forward

Whether to search forward or backward, defaults to true.

this.matchCase

Full Usage: this.matchCase

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

Type something to start searching.