플로우 위젯 컴포넌트와 버튼의 연동

This commit is contained in:
kjs
2025-10-23 17:26:14 +09:00
parent 8c89b9cf86
commit f9c6ef70db
13 changed files with 228 additions and 33 deletions

View File

@@ -23,6 +23,8 @@ export interface ButtonExecutionContext {
formData?: Record<string, any>;
selectedRows?: any[];
tableData?: any[];
flowSelectedData?: any[];
flowSelectedStepId?: number | null;
}
export interface ExecutionResult {