RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > NotificationMessage

NotificationMessage class

实体相关数据操作类

Signature:

export declare class NotificationMessage extends ExtensionPointSDKBase<NotificationMessageInterface> 

Constructors

ConstructorModifiersDescription
(constructor)()Constructs a new instance of the NotificationMessage class

Properties

PropertyModifiersTypeDescription
confirm(param: {
message: string;
}) => Promise<{
result: string;
}>
显示弹出信息
error(param: NotifyMessageType) => Promise<{}>显示错误提示信息
message(param: {
content: string | string[];
type: "success" | "error" | "warning" | "info" | "loading";
duration: number;
style: any;
}) => Promise<{}>
prompt(param: {
message: string;
}) => Promise<{
result: string;
}>
显示弹出信息
success(param: NotifyMessageType) => Promise<{}>显示成功提示信息
warning(param: NotifyMessageType) => Promise<{}>显示警告信息
Last updated on 12/24/2020
  • NotificationMessage class
  • Constructors
  • Properties
Copyright © 2021 销售易