@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
10 lines (9 loc) • 424 B
TypeScript
import React from 'react';
/**
* 工作流脚本节点的代码编辑器
* 支持自动补全和远程代码同步
*
* 注意:Monaco Editor 的资源加载配置由 desktop 应用的 preload 脚本处理
* 如果 Monaco Editor 无法加载,会自动降级到 TextArea 以确保功能可用
*/
export declare const ScriptCodeEditor: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;