vue-mvvm / core / AppShell / ToastConfig
ToastConfig
Configuration for the toast module.
Properties
container
ts
container: Component;The component that will wrap the toasts.
info?
ts
optional info: InfoToastConstructor;The constructor for info toasts.
progress?
ts
optional progress: ProgressToastConstructor;The constructor for progress toasts.