# imageView

`import { imageView } from "destack:runtime";`

Describe the pinned image for one world view.

```ds title="imageView"
export declare function imageView(view: WorldViewHandle): Result<Image, HostError>
```

[language/library/src/runtime/inspect.ds:137](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L137)
