# readFrameValues

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

Read values from one frame.

```ds title="readFrameValues"
export declare function readFrameValues(view: WorldViewHandle, frame: FrameId, slots: &'a readonly [FrameSlotId]): Result<FrameValue[], HostError>
```

[language/library/src/runtime/frame.ds:112:116](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/frame.ds#L112-L116)
