# EditImageToolbar

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `nodeKey` | `string` | ✓ | - |
| `imageSource` | `string` | ✓ | - |
| `initialImagePath` | `string | null` | ✓ | - |
| `title` | `string` | ✓ | - |
| `alt` | `string` | ✓ | - |
| `width` | `number | unknown` | - | - |
| `height` | `number | unknown` | - | - |

## Diagram

```mermaid
graph TD
    component_EditImageToolbar_35492e0e["EditImageToolbar"]
    class component_EditImageToolbar_35492e0e rootComponent
```

## Relationships

- USES_HOOK → `useCellValues`
- USES_HOOK → `useLexicalComposerContext`
- USES_HOOK → `usePublisher`
- USES_HOOK → `useTranslation`
