xsy-breeze-ui-rpa > NotificationMessage
NotificationMessage class
实体相关数据操作类
Signature:
export declare class NotificationMessage extends ExtensionPointSDKBase<NotificationMessageInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | Constructs a new instance of the NotificationMessage class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| 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<{}> | 显示警告信息 |
