RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > AppLauncherExtensionPointInterface

AppLauncherExtensionPointInterface interface

appLauncher组件扩展点

Signature:

export interface AppLauncherExtensionPointInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
setAppsVisible: {
param: object[];
return: object[];
};
setObjectsVisible: {
param: object[];
return: object[];
};
}
outports{
AppsfilterItems: {
param: any;
return: any;
};
ObjectsfilterItems: {
param: any;
return: any;
};
}
Last updated on 12/16/2020
  • AppLauncherExtensionPointInterface interface
  • Properties
Copyright © 2021 销售易