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:312
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:314
origin
Section titled “origin”origin:
"remote"|"local"
Defined in: packages/editor/src/types/editor.ts:315
rangeDecoration
Section titled “rangeDecoration”rangeDecoration:
RangeDecoration
Defined in: packages/editor/src/types/editor.ts:313