Skip to content

ElectronFindInPageOptions

Unofficial

Options for a find-in-page request.

Import:

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

Signature:

export interface ElectronFindInPageOptions

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.