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.
Properties
Section titled “Properties”newSelection
Section titled “newSelection”newSelection:
EditorSelection
Defined in: packages/editor/src/types/editor.ts:288
origin
Section titled “origin”origin:
"remote"|"local"
Defined in: packages/editor/src/types/editor.ts:289
rangeDecoration
Section titled “rangeDecoration”rangeDecoration:
RangeDecoration
Defined in: packages/editor/src/types/editor.ts:287