ShowToast
Description
Show toast message.
Syntax
// ICommonFunctions is binded into the MFiles global object
await MFiles.ShowToast(title, message, type);
Parameters
Name | Optionality | Type | Description |
---|---|---|---|
title | Required | string | Toast title. |
message | Required | string | Toast message. |
type | Required | ToastType | Toast type. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |