fix:修复下载请求动作样式&ts问题

Change-Id: I82130adce5d0d5fa370b885b3baed7fa6e79e39e
This commit is contained in:
hsm-lv 2022-07-29 14:36:41 +08:00
parent 4ff88f53d0
commit d9c801d20a

View File

@ -873,6 +873,7 @@ export interface RendererPluginAction {
supportComponents?: string[] | string; // 如果schema中包含选择组件可以指定该动作支持的组件类型用于组件数树过滤
innerArgs?: string[]; // 动作专属配置参数,主要是为了区分特性字段和附加参数
descDetail?: (info: any) => string | JSX.Element; // 动作详细描述
outputVarDataSchema?: any | any[]; // 动作出参的结构定义
actions?: SubRendererPluginAction[]; // 分支动作(配置面板包含多种动作的情况)
children?: RendererPluginAction[]; // 子类型for动作树
}