TimelineKit API
    Preparing search index...

    Interface EntryMovingArgs

    Event args for entry drag/move. Cancelable.

    interface EntryMovingArgs {
        cancel: boolean;
        entry: CalendarEntry;
        newEndTime: Date;
        newStartTime: Date;
    }
    Index

    Properties

    cancel: boolean

    entry

    newEndTime: Date
    newStartTime: Date