ElectronWebviewTagFindInPageOptions
Unofficial
Options for finding text in a webview page.
Import:
import type { ElectronWebviewTagFindInPageOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronWebviewTagFindInPageOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| 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. | |
| forward? | boolean | Whether to search forward or backward. | |
| matchCase? | boolean | Whether the search should be case-sensitive. |