RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > EntityOperationInterface

EntityOperationInterface interface

实体相关数据操作类

Signature:

export interface EntityOperationInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
get: {
param: {
id: string;
};
return: object;
};
update: {
param: object;
return: object;
};
create: {
param: object;
return: object;
};
delete: {
param: {
id: string;
};
return: object;
};
getList: {
param: object;
return: object;
};
callCustomAction: {
param: {
actionName: string;
param: any;
};
return: object;
};
}
outports{}
Last updated on 12/16/2020
  • EntityOperationInterface interface
  • Properties
Copyright © 2021 销售易