alert
alert
import { alert } from "@olenbetong/appframe-core";
await alert("Saved");confirm
import { confirm } from "@olenbetong/appframe-core";
if (await confirm("Delete item?")) {
// ...
}openAlertDialog
waitForDialog
API
Last updated
Was this helpful?