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

Parameters for the callback that will be called for a RangeDecoration’s onMoved.

newSelection: EditorSelection

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


origin: "remote" | "local"

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


rangeDecoration: RangeDecoration

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