Interface DeleteReminderWithPromptOptions

7.2.0

interface DeleteReminderWithPromptOptions {
    cancelButtonText?: string;
    confirmButtonText?: string;
    id: string;
    message: string;
    title: string;
}

Properties

cancelButtonText?: string

Text to show on the cancel button.

'Cancel'

7.2.0

confirmButtonText?: string

Text to show on the confirm button.

'Delete'

7.2.0

id: string

7.2.0

message: string

Message of the dialog.

7.2.0

title: string

Title of the dialog.

7.2.0