Current event

The current event is a very important state returned by the plugin. Below is details of the value.

circle-info

current event : This is the current bubble event that has been left-clicked, right-clicked or hovered. Its type is your calendar's event type. For example if your calendar things are called Appointment, this value will be an Appointment.

triangle-exclamation
circle-info

current event id attribute: The html ID attribute of the current clicked event. You can use this for showing a context menu menu popup using some javascript or some plugin.

circle-info

current event's rightclick pageX: The right-clicked horizontal coordinate (pageXarrow-up-right) on an event.

circle-info

current event's rightclick pageY: The right-clicked vertical coordinate (pageYarrow-up-right) on an event.

Last updated