vue-mvvm / toast
toast
Classes
| Class | Description |
|---|---|
| InfoComponentNotFoundError | Error thrown when an info toast is requested but no component is registered. |
| InfoToastControl | A specialized ToastControl for displaying informational messages that automatically disappear. |
| ProgressComponentNotFoundError | Error thrown when a progress toast is requested but no component is registered. |
| 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. |
Interfaces
| Interface | Description |
|---|---|
| InfoToastOptions | Options for InfoToastControl. |
| ProgressToastOptions | Options for ProgressToastControl. |
| ToastOptions | Common options for all toast types. |
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. |