Skip to content

WindowSelection

Unofficial

Represents a captured text selection within a window.

Import:

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

Signature:

export interface WindowSelection

Properties

PropertyTypeDescription
focusElHTMLElementElement that has focus within the selection.
rangeglobalThis.RangeThe selected DOM range.
winWindowWindow in which the selection exists.

Links to this page: