# SerializedImageNode

**Kind:** Type

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

## Definition

```ts
Spread<
  {
    altText: string
    title?: string
    width?: number
    height?: number
    src: string
    rest: (MdxJsxAttribute | MdxJsxExpressionAttribute)[]
    type: 'image'
    version: 1
  },
  SerializedLexicalNode
>
```
