ebs.showMessage
Generates a notification toast message.
Syntax
Copy
ebs. showMessage(englishMessage: string | IEbsResource, type: "success" | "warning" | "error" | "info", romanianMessage: string): void
| Parameter | Description |
|---|---|
englishMessage
|
The message in English to be shown. |
|
|
The type of the message: success, warning, error or info. |
romanianMessage
|
The message to be shown localized in Romanian. |
Response
void