eLabSDK.Page
showToast(configObject)
Shows a toast message
Kind: global function
Param | Type | Description |
---|---|---|
configObject | obj | |
configObject.duplicates- | bool | Indicates if duplicated toast messages may occur. Defaults to false. |
configObject.message | string | The message to show |
configObject.autoclose | int | Time in ms before autoclosing the toast message. Defaults to 7500. |
configObject.onClose | int | Function to call when the toast message closes |
© 2023 eLabNext
Updated 10 months ago