# `Codex.Items.ImageView`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/items.ex#L330)

An image view event emitted by the app-server when it renders a local image.

# `t`

```elixir
@type t() :: %Codex.Items.ImageView{
  id: String.t() | nil,
  path: String.t(),
  type: :image_view
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
