xsy-breeze-ui-rpa > NotificationMessageInterface
NotificationMessageInterface interface
系统通知方法
Signature:
export interface NotificationMessageInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| 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 | {} |
