An interface that holds options to control the popup open action.
boolean
Defines the cancel option.
Record
Returns the cell or event data.
number
Allows to specify the time duration to be used on editor window,
based on which the start and end time fields will display the time values. By default, it
will be processed based on the interval
value within the timeScale
property.
Element
Returns the popup wrapper element.
string
Specifies name of the event.
Record[]
Returns the collection of appointment data that overlaps with the active time range in the Scheduler.
The overlapEvents
array includes only the appointments that conflict with the time range of the appointment being created or updated.
Element
Returns the target element on which the popup is getting opened.
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.OverlapAlert
: Denotes the popup showing overlap events.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.