Preview 2.0 is now in Public Beta!
Read the Announcement
ActionOptions
interface ActionOptions extends CancelableOptions {
  actions: string[];
  cancelButtonText: string;
  destructiveActionsIndexes: number[];
  message: string;
  title: string;
}

Summary

Properties

actions

cancelButtonText

cancelButtonText?: string

destructiveActionsIndexes

destructiveActionsIndexes?: number[]

message

title