# edgeView

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

Describe one edge visible through one pinned world view.

```ds title="edgeView"
export declare function edgeView(view: WorldViewHandle, edgeId: EdgeId): Result<Edge, HostError>
```

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