# RectData

**Kind:** Type

**Source:** [`atloria-monorepo/packages/editor/src/plugins/link-dialog/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/link-dialog/index.ts#L26)

Describes the boundaries of the current selection so that the link dialog can position itself accordingly.

## Definition

```ts
Pick<DOMRect, 'height' | 'width' | 'top' | 'left'>
```
