Preview 2.0 is now in Public Beta!
Read the Announcement
interface DialogOptions extends CancelableOptions {
  message: string;
  title: string;
}

Summary

Properties

message
title
2 properties inherited from CancelableOptions
Click to expand

Properties

message

title