Skip to content

ElectronWebviewTagFindInPageOptions

Unofficial

Options for finding text in a webview page.

Import:

import type { ElectronWebviewTagFindInPageOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronWebviewTagFindInPageOptions

Properties

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.