PopupCloseEventArgs

23 Sep 20251 minute to read

An interface that holds options to control the popup close action.

Properties

cancel boolean

Defines the cancel option.

data Record

Returns the cell or event data.

element Element

Returns the popup wrapper element.

event Event

Return the current interaction event.

name string

Specifies name of the event.

target Element

Returns the target element on which the popup is getting opened.

type PopupType

Returns the type of the popup which is currently being opted to open.
The available type values are as follows,

  • DeleteAlert: Denotes the popup showing delete confirmation message.
  • EditEventInfo: Denotes the quick popup on the events in responsive mode.
  • Editor: Denotes the detailed editor window.
  • EventContainer: Denotes the more indicator popup.
  • QuickInfo: Denotes the quick popup.
  • RecurrenceAlert: Denotes the popup showing recurrence alerts.
  • RecurrenceValidationAlert: Denotes the popup showing recurrence validation alerts.
  • ValidationAlert: Denotes the popup showing validation alerts.
  • ViewEventInfo: Denotes the quick popup on the cells in responsive mode.