EditorViewDomPosition
Unofficial
A DOM position with a node and offset.
Import:
import type { EditorViewDomPosition } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface EditorViewDomPositionProperties
| Property | Type | Description | |
|---|---|---|---|
| node | Node | The DOM node. | |
| offset | number | The offset within the node. |
Links to this page: