# entityView

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

Describe one entity visible through one pinned world view.

```ds title="entityView"
export declare function entityView(view: WorldViewHandle, entityId: EntityId): Result<Entity, HostError>
```

[language/library/src/runtime/inspect.ds:265:268](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L265-L268)
