MCPcopy Create free account
hub / github.com/cloudtty/cloudtty / State

Interface State

html/src/components/app.tsx:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47} as ITerminalOptions;
48
49interface State {
50 showMenu: boolean;
51 showRz: boolean;
52 showSz: boolean;
53}
54
55const state = { showRz: false, showSz: false, showMenu: false };
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected