Skip to content
This page is available as Markdown at /api/editor/type-aliases/decorationposition.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

DecorationPosition

DecorationPosition = object

Defined in: packages/editor/src/types/editor.ts:335

One registered decoration’s live position, as returned by DecorationRegistration.getDecorations.

id: string

Defined in: packages/editor/src/types/editor.ts:336


range: NonNullable<EditorSelection>

Defined in: packages/editor/src/types/editor.ts:337