RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > NotificationMessageInterface

NotificationMessageInterface interface

系统通知方法

Signature:

export interface NotificationMessageInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
success: {
param: NotifyMessageType;
return: {};
};
error: {
param: NotifyMessageType;
return: {};
};
warning: {
param: NotifyMessageType;
return: {};
};
confirm: {
param: {
message: string;
};
return: {
result: string;
};
};
prompt: {
param: {
message: string;
};
return: {
result: string;
};
};
message: {
param: {
content: string | string[];
type: 'success' | 'error' | 'warning' | 'info' | 'loading';
duration: number;
style: any;
};
return: {};
};
}
outports{}
Last updated on 12/24/2020
  • NotificationMessageInterface interface
  • Properties
Copyright © 2021 销售易