Skip to content

ElectronFindInPageOptions

Unofficial

Options for a find-in-page request.

Import:

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

Signature:

export interface ElectronFindInPageOptions

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.