Interface DeleteEventWithPromptOptions

7.1.0

interface DeleteEventWithPromptOptions {
    cancelButtonText?: string;
    confirmButtonText?: string;
    id: string;
    message: string;
    span?: EventSpan;
    title: string;
}

Properties

cancelButtonText?: string

Text to show on the cancel button.

'Cancel'

Android, iOS

7.1.0

confirmButtonText?: string

Text to show on the confirm button.

'Delete'

Android, iOS

7.1.0

id: string

7.1.0

message: string

Message of the dialog.

Android, iOS

7.1.0

span?: EventSpan

The span of deletion.

EventSpan.THIS_EVENT

iOS

7.1.0

title: string

Title of the dialog.

Android, iOS

7.1.0