# EditingImageDialogState

**Kind:** Interface

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

The state of the image dialog when it is in editing an existing node.

## Properties

| Property | Type |
|---|---|
| `type` | `'editing'` |
| `nodeKey` | `string` |
| `initialValues` | `Omit<SaveImageParameters, 'file'>` |
