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