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

Interface ChannelOptions

packages/nodebox/src/Nodebox.ts:15–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const DEFAULT_RUNTIME_URL = 'https://nodebox-runtime.codesandbox.io';
14
15export interface ChannelOptions {
16 iframe: HTMLIFrameElement;
17
18 /**
19 * A custom Nodebox runtime URL
20 */
21 runtimeUrl?: string;
22
23 /**
24 * A custom Sandpack CDN URL.
25 */
26 cdnUrl?: string;
27}
28
29const debug = createDebug('emulator');
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected