Trilium Frontend API
    Preparing search index...

    Interface EventReceiveLeaveData

    interface EventReceiveLeaveData {
        draggedEl: HTMLElement;
        event: EventApi;
        relatedEvents: EventApi[];
        revert: () => void;
        view: ViewApi;
    }
    Index
    draggedEl: HTMLElement
    event: EventApi
    relatedEvents: EventApi[]
    revert: () => void
    view: ViewApi