Skip to main content

HTMLDwebToastElement

BFChainWebComponentHTMLDwebToastElementLess than 1 minute

A WebComponent for accessing system message functions;
Inherits from HTMLElementopen in new window;

<dweb-toast></dweb-toast>

Properties

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/EventsAndroidiOSDesktop-DevDesktop
pluginX
showX

WebComponent

ToastPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7