RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > ButtonExtensionPointInterface

ButtonExtensionPointInterface interface

按钮扩展点

Signature:

export interface ButtonExtensionPointInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
setVisible: {
param: boolean;
return: undefined;
};
setText: {
param: string;
return: undefined;
};
}
outports{
beforeClick: {
param: any;
return: undefined;
};
onClick: {
param: any;
return: undefined;
};
afterClick: {
param: any;
return: undefined;
};
}
Last updated on 12/16/2020
  • ButtonExtensionPointInterface interface
  • Properties
Copyright © 2021 销售易