# ImageEditorProps

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `nodeKey` | `string` |
| `src` | `string` |
| `alt` | `string` |
| `title` | `string` |
| `width` | `number | 'inherit'` |
| `height` | `number | 'inherit'` |
| `rest` | `(MdxJsxAttribute | MdxJsxExpressionAttribute)[]` |
