text: string |
Text displayed inside the toast |
type?: ToastType |
Type of toast. Default: Info |
action |
Optional action button |
close |
|
progress?: Observable<number> |
If provided, toast will stay open until observable completes. Number must be between 0 and 1 (used for progress toasts) |