플로우 위젯 컴포넌트와 버튼의 연동
This commit is contained in:
@@ -23,6 +23,8 @@ export interface ButtonExecutionContext {
|
||||
formData?: Record<string, any>;
|
||||
selectedRows?: any[];
|
||||
tableData?: any[];
|
||||
flowSelectedData?: any[];
|
||||
flowSelectedStepId?: number | null;
|
||||
}
|
||||
|
||||
export interface ExecutionResult {
|
||||
|
||||
Reference in New Issue
Block a user