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

RangeDecorationOnMovedDetails

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

Details passed to a RangeDecoration’s onMoved callback.

newSelection: EditorSelection

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


origin: "remote" | "local"

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


rangeDecoration: RangeDecoration

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