> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# DecorationPosition

> **DecorationPosition** = `object`

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

One registered decoration's live position, as returned by
`DecorationRegistration.getDecorations`.

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

## Properties

### id

> **id**: `string`

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

***

### range

> **range**: `NonNullable`\<[`EditorSelection`](/api/editor/type-aliases/editorselection/)\>

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