File

src/interfaces/calendarEventTimesChangedEvent.interface.ts

Description

The output $event type when an event is resized or dragged and dropped.

Properties

event
event: any
Type : any
newEnd
newEnd: Date
Type : Date
newStart
newStart: Date
Type : Date
import { CalendarEvent } from 'calendar-utils';

/**
 * The output `$event` type when an event is resized or dragged and dropped.
 */
export interface CalendarEventTimesChangedEvent {
  event: CalendarEvent;
  newStart: Date;
  newEnd?: Date;
}

results matching ""

    No results matching ""