MarkdownEditViewEphemeralState
Unofficial
Ephemeral state for the markdown edit view, storing cursor position.
Import:
import type { MarkdownEditViewEphemeralState } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface MarkdownEditViewEphemeralStateProperties
| Property | Type | Description | |
|---|---|---|---|
| cursor | EditorRange | Current cursor selection range in the editor. |
Links to this page: