
API
TypeScript
Returns
APromise that resolves to an object containing:
By calling
hideToast() you can imperatively hide the toast.Options
The title of the toast.
The text of the toast.
An optional action button that can execute code if and when the user triggers it.
How long to keep the toast open.Defaults to
4_000 (four seconds)Whether or not to allow the user to dismiss the toast.Defaults to
true.