ElectronResult
Unofficial
The result of a find-in-page request.
Import:
import type { ElectronResult } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronResultProperties
| 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. |