wwip
This commit is contained in:
parent
a9d6d14c93
commit
420036d939
4 changed files with 17 additions and 11 deletions
|
|
@ -3,6 +3,7 @@
|
|||
*/
|
||||
|
||||
import { ColumnBounds } from "../utils/ColumnDetectionUtils";
|
||||
import { CalendarEvent } from "./CalendarTypes";
|
||||
|
||||
export interface AllDayEvent {
|
||||
id: string;
|
||||
|
|
@ -82,6 +83,7 @@ export interface DragMouseEnterHeaderEventPayload {
|
|||
mousePosition: MousePosition;
|
||||
originalElement: HTMLElement | null;
|
||||
draggedClone: HTMLElement;
|
||||
calendarEvent: CalendarEvent;
|
||||
}
|
||||
|
||||
// Drag mouse leave header event payload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue