Shows a toast to the user
import {showToast} from "attio/client"
async function showToast(options: Options): Promise<{ hideToast: () => Promise<void> }>
Promise
hideToast()
4_000
Number.POSITIVE_INFINITY
dismissable
false
true
Was this page helpful?