MCPcopy
hub / github.com/stackblitz/bolt.new / ITerminal

Interface ITerminal

app/types/terminal.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ITerminal {
2 readonly cols?: number;
3 readonly rows?: number;
4
5 reset: () => void;
6 write: (data: string) => void;
7 onData: (cb: (data: string) => void) => void;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected