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

Interface StreamingMessageParserOptions

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

Source from the content-addressed store, hash-verified

38type ElementFactory = (props: ElementFactoryProps) => string;
39
40export interface StreamingMessageParserOptions {
41 callbacks?: ParserCallbacks;
42 artifactElement?: ElementFactory;
43}
44
45interface MessageState {
46 position: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected