Skip to content

vue-mvvm / toast

toast

Classes

ClassDescription
InfoComponentNotFoundErrorError thrown when an info toast is requested but no component is registered.
InfoToastControlA specialized ToastControl for displaying informational messages that automatically disappear.
ProgressComponentNotFoundErrorError thrown when a progress toast is requested but no component is registered.
ProgressToastControlA specialized ToastControl for displaying progress-related information.
ToastControlAbstract base class for easily managing toasts in an application.
ToastServiceService for showing toasts.

Interfaces

InterfaceDescription
InfoToastOptionsOptions for InfoToastControl.
ProgressToastOptionsOptions for ProgressToastControl.
ToastOptionsCommon options for all toast types.

Type Aliases

Type AliasDescription
InfoToastConstructorA type definition for an InfoToastControl class constructor.
ProgressToastConstructorA type definition for a ProgressToastControl class constructor.
ToastControlConstructorA type definition for a valid ToastControl class constructor.

Variables

VariableDescription
ToastProviderA component that renders all active toasts.

Functions

FunctionDescription
useToastControlBinds a ToastControl to the current View.