HTMLDwebToastElement
WebComponentHTMLDwebToastElementLess than 1 minute
A WebComponent for accessing system message functions;
Inherits from HTMLElement;
<dweb-toast></dweb-toast>
Properties
plugin
A ToastPlugin object;
show
The ToastPlugin.show() method
Methods
- None
Events
No predefined events
Example
<body>
<dweb-toast></dweb-toast>
<script type="text/javascript">
const dwebToast = document.querySelector("dweb-toast");
dwebToast.show({text: "test"});
</script>
</body>
Cross-Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
plugin | ✅ | ✅ | ✅ | X |
show | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7