Skip to content

vue-mvvm / toast

toast

Classes

ClassDescription
InfoToastControlA specialized ToastControl for displaying informational messages that automatically disappear.
ProgressToastControlA specialized ToastControl for displaying progress-related information.
ToastControlAbstract base class for easily managing toasts in an application.
ToastServiceService for showing toasts.

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.