Skip to content

EditorViewDomPosition

Unofficial

A DOM position with a node and offset.

Import:

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

Signature:

export interface EditorViewDomPosition

Properties

Property Type Description
node Node The DOM node.
offset number The offset within the node.

Links to this page: