WindowSelection
Unofficial
Represents a captured text selection within a window.
Import:
import type { WindowSelection } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface WindowSelectionProperties
| Property | Type | Description | |
|---|---|---|---|
| focusEl | HTMLElement | Element that has focus within the selection. | |
| range | globalThis.Range | The selected DOM range. | |
| win | Window | Window in which the selection exists. |
Links to this page: