RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > PageExtensionPointInterface

PageExtensionPointInterface interface

页面级别扩展点

Signature:

export interface PageExtensionPointInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
setStorage: {
param: object[];
return: undefined;
};
setCRMPgBtn: {
param: {
url?: string;
text?: string;
tipText?: string;
textColor?: string;
bgColor?: string;
visible?: boolean;
type?: 1 | 2;
bottom: string;
btnId: number;
};
return: undefined;
};
}
outports{
inited: {
param: any;
return: undefined;
};
loaded: {
param: any;
return: undefined;
};
render: {
param: undefined;
return: undefined;
};
unloaded: {
param: undefined;
return: undefined;
};
}
Last updated on 3/10/2021
  • PageExtensionPointInterface interface
  • Properties
Copyright © 2021 销售易