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

Interface PreviewEvents

packages/nodebox/src/modules/preview.ts:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { MessageSender } from '../messages';
4
5export interface PreviewEvents {
6 'preview/get/info': [
7 {
8 port?: number;
9 sourceShellId?: string;
10 },
11 PreviewInfo
12 ];
13}
14
15const TIMEOUT = 20_000;
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected