> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/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.

:::caution[Alpha]
This API should not be used in production and may be trimmed from a public release.
:::

## Properties

### newSelection

> **newSelection**: [`EditorSelection`](/api/editor/type-aliases/editorselection/)

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

:::caution[Alpha]
This API should not be used in production and may be trimmed from a public release.
:::

***

### origin

> **origin**: `"remote"` \| `"local"`

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

:::caution[Alpha]
This API should not be used in production and may be trimmed from a public release.
:::

***

### rangeDecoration

> **rangeDecoration**: [`RangeDecoration`](/api/editor/interfaces/rangedecoration/)

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

:::caution[Alpha]
This API should not be used in production and may be trimmed from a public release.
:::