MCPcopy
hub / github.com/HKUDS/DeepCode / LayoutConfig

Interface LayoutConfig

new_ui/frontend/src/types/common.ts:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface LayoutConfig {
20 sidebarWidth: number;
21 showCodePreview: boolean;
22 showWorkflowCanvas: boolean;
23 splitRatio: number;
24}
25
26export type TaskType = 'paper-to-code' | 'chat-planning' | 'workflow-editor' | 'settings';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected