Position
Unofficial
A position in a CodeMirror 5 document.
Import:
import type { Position } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface PositionProperties
| Property | Type | Description | |
|---|---|---|---|
| ch | number | Character position within the line. | |
| line | number | Line number (zero-based). | |
| sticky? | string | The sticky direction for cursor placement. |
Links to this page: