Search results

PopupOpenEventArgs API in Angular Schedule API component

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

Properties

cancel

boolean

Defines the cancel option.

data

Record

Returns the cell or event data.

duration

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.

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.