# PreviewLinkDialog

**Kind:** Interface

**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#L42)

The state of the link dialog when it is in preview mode.

## Properties

| Property | Type |
|---|---|
| `type` | `'preview'` |
| `title` | `string` |
| `url` | `string` |
| `linkNodeKey` | `string` |
| `rectangle` | `RectData` |
