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

PropertyTypeDescription
findNext?booleanWhether to begin a new text finding session with this request. Should be true for initial requests, and false for follow-up requests.
forward?booleanWhether to search forward or backward.
matchCase?booleanWhether the search should be case-sensitive.