Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?forward, ?findNext, ?matchCase)
Parameters:
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
|
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. |
Full Usage:
this.forward
|
Whether to search forward or backward, defaults to true. |
Full Usage:
this.matchCase
|
Whether search should be case-sensitive, defaults to false. |
fable-electron-docs-api