Skip to content

ElectronResult

Unofficial

The result of a find-in-page request.

Import:

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

Signature:

export interface ElectronResult

Properties

PropertyTypeDescription
activeMatchOrdinalnumberPosition of the active match.
finalUpdatebooleanWhether this is the final update for the request.
matchesnumberNumber of matches.
requestIdnumberThe request id used for the request.
selectionAreaElectronRectangleCoordinates of the first match region.