Toast class
Class that allows for showing and dismissing temporary notifications.
Signature:
export declare class Toast
Methods
Method | Modifiers | Description |
|---|---|---|
| Creates the DOM representation of a toast. | |
| Dismiss a toast, e.g. in response to a user action. | |
| Shows a toast notification. |