Version 7 was just released!
The docs will be moved here soon.
Visit the external v7 docs site
eventResizeStart
Triggered when event resizing begins.
function( info ) { }
info is a plain object with the following properties:
| event |
An Event Object that holds information about the event (date, title, etc) after the drop. |
|---|---|
| jsEvent |
The native JavaScript event with low-level information such as click coordinates. |
| view |
The current View Object. |