Preview 2.0 is now in Public Beta!
Read the Announcement
interface AlertOptions extends DialogOptions {
  okButtonText: string;
}

Summary

Properties

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

Properties

okButtonText

okButtonText?: string