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:186

Details passed to a RangeDecoration’s onMoved callback.

newSelection: EditorSelection

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


origin: "local" | "remote"

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


rangeDecoration: RangeDecoration

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