AddOverlayOptions
Unofficial
Options for adding a search overlay to the editor.
Import:
import type { AddOverlayOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface AddOverlayOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| query | RegExp | Regular expression pattern to highlight in the editor. |