MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / getPreviewFrame

Method getPreviewFrame

tests/index.ts:25–25  ·  view source on GitHub ↗

* Returns the preview frame of the application. * @note This awaits both the bridge and the preview locators * before returning.

()

Source from the content-addressed store, hash-verified

23 * before returning.
24 */
25 getPreviewFrame(): Promise<Locator>;
26 runExample(path: string): Promise<void>;
27}
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected