TimelineKit API
    Preparing search index...

    Interface EntryResizingArgs

    Event args for entry resize. Cancelable.

    interface EntryResizingArgs {
        cancel: boolean;
        edge: "start" | "end";
        entry: CalendarEntry;
        newEndTime: Date;
        newStartTime: Date;
    }
    Index

    Properties

    cancel: boolean
    edge: "start" | "end"

    entry

    newEndTime: Date
    newStartTime: Date