Toast Interface

text: string

Text displayed inside the toast

type?: ToastType

Type of toast. Default: Info

actionHandler?: action: () => void; showInfoButton?: boolean; text?: string }

Optional action button

closeHandler?: () => void
progress?: Observable<number>

If provided, toast will stay open until observable completes. Number must be between 0 and 1 (used for progress toasts)