# EditLinkDialog

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

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

## Properties

| Property | Type |
|---|---|
| `type` | `'edit'` |
| `initialUrl` | `string` |
| `hasInitialText` | `boolean` |
| `url` | `string` |
| `title` | `string` |
| `linkNodeKey` | `string` |
| `rectangle` | `RectData` |
