Trilium Frontend API
    Preparing search index...

    Interface EventResizeDoneInfo

    interface EventResizeDoneInfo {
        el: HTMLElement;
        endDelta: Duration;
        event: EventImpl;
        jsEvent: MouseEvent;
        oldEvent: EventImpl;
        relatedEvents: EventImpl[];
        revert: () => void;
        startDelta: Duration;
        view: ViewApi;
    }

    Hierarchy (View Summary)

    Index
    endDelta: Duration
    event: EventImpl
    jsEvent: MouseEvent
    oldEvent: EventImpl
    relatedEvents: EventImpl[]
    revert: () => void
    startDelta: Duration
    view: ViewApi