MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / ChatPanelProps

Interface ChatPanelProps

frontend/components/chat-panel.tsx:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52interface ChatPanelProps {
53 isVisible: boolean
54 onToggleVisibility: () => void
55 drawioUi: "min" | "sketch"
56 onToggleDrawioUi: () => void
57 darkMode: boolean
58 onToggleDarkMode: () => void
59 isMobile?: boolean
60 onCloseProtectionChange?: (enabled: boolean) => void
61}
62
63// Constants for tool states
64const TOOL_ERROR_STATE = "output-error" as const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected