RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > CodeExtensionPointInterface

CodeExtensionPointInterface interface

Signature:

export interface CodeExtensionPointInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
processing: {
param: string;
return: undefined;
};
}
outports{
invoke: {
param: string;
return: undefined;
};
}
Last updated on 12/16/2020
  • CodeExtensionPointInterface interface
  • Properties
Copyright © 2021 销售易