prompt-flow-section.tsx
基本信息
- 类型: React 组件 (TSX)
- 路径:
src/components/prompts/prompt-flow-section.tsx
功能描述
React UI 组件,用于界面渲染
导出内容
- <code>PromptFlowSection</code> - 函数
依赖导入
react./prompt-connections./report-prompt-dialog
Props/接口
interface PromptFlowSectionProps {
promptId: string;
promptTitle: string;
canEdit: boolean;
isOwner: boolean;
isLoggedIn: boolean;
currentUserId?: string;
isAdmin?: boolean;
workflowLink?: string | null;
hasFlowConnections?: boolean;
}
使用说明
在 JSX/TSX 中导入使用