# CreateImageNodeParameters

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `altText` | `string` |
| `width` | `number` |
| `height` | `number` |
| `title` | `string` |
| `key` | `NodeKey` |
| `rest` | `(MdxJsxAttribute | MdxJsxExpressionAttribute)[]` |
| `src` | `string` |
