MCPcopy Create free account
hub / github.com/scopecraft/command / ParentTaskCardProps

Interface ParentTaskCardProps

tasks-ui/src/components/v2/ParentTaskCard.tsx:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import type { ParentTask } from '../../lib/types';
10
11interface ParentTaskCardProps {
12 parentTask: ParentTask;
13 variant?: 'default' | 'compact' | 'detailed';
14 onClick?: () => void;
15 className?: string;
16 showOverview?: boolean; // For detailed variant
17}
18
19export function ParentTaskCard({
20 parentTask,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…