Skip to content

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 MarkdownEditViewEphemeralState

Properties

Property Type Description
cursor EditorRange Current cursor selection range in the editor.

Links to this page: