Skip to content

ElectronResult

Unofficial

The result of a find-in-page request.

Import:

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

Signature:

export interface ElectronResult

Properties

Property Type Description
activeMatchOrdinal number Position of the active match.
finalUpdate boolean Whether this is the final update for the request.
matches number Number of matches.
requestId number The request id used for the request.
selectionArea ElectronRectangle Coordinates of the first match region.