🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
interface AlertOptions extends DialogOptions {
  okButtonText: string;
}
Provides options for the alert.

Summary

Properties

okButtonText
2 properties inherited from CancelableOptions
Click to expand
2 properties inherited from DialogOptions
Click to expand

Properties

okButtonText

okButtonText?: string
Gets or sets the OK button text.