Trilium Frontend API
    Preparing search index...

    Interface EventDropInfo

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

    Hierarchy (View Summary)

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