Shows an alert to the user
import {alert} from "attio/client"
window.alert()
async function alert(options: Options): Promise<void>
title : string
text : string
okLabel? : string
"OK"
Was this page helpful?