MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / ParserCallbacks

Interface ParserCallbacks

app/lib/runtime/message-parser.ts:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25export type ActionCallback = (data: ActionCallbackData) => void;
26
27export interface ParserCallbacks {
28 onArtifactOpen?: ArtifactCallback;
29 onArtifactClose?: ArtifactCallback;
30 onActionOpen?: ActionCallback;
31 onActionClose?: ActionCallback;
32}
33
34interface ElementFactoryProps {
35 messageId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected