vue-mvvm / toast
toast
Classes
| Class | Description |
|---|---|
| InfoToastControl | A specialized ToastControl for displaying informational messages that automatically disappear. |
| ProgressToastControl | A specialized ToastControl for displaying progress-related information. |
| ToastControl | Abstract base class for easily managing toasts in an application. |
| ToastService | Service for showing toasts. |
Type Aliases
| Type Alias | Description |
|---|---|
| InfoToastConstructor | A type definition for an InfoToastControl class constructor. |
| ProgressToastConstructor | A type definition for a ProgressToastControl class constructor. |
| ToastControlConstructor | A type definition for a valid ToastControl class constructor. |
Variables
| Variable | Description |
|---|---|
| ToastProvider | A component that renders all active toasts. |
Functions
| Function | Description |
|---|---|
| useToastControl | Binds a ToastControl to the current View. |