Trilium Frontend API
    Preparing search index...

    Interface EventChangeInfo

    interface EventChangeInfo {
        event: EventImpl;
        oldEvent: EventImpl;
        relatedEvents: EventImpl[];
        revert: () => void;
    }

    Hierarchy (View Summary)

    Index
    event: EventImpl
    oldEvent: EventImpl
    relatedEvents: EventImpl[]
    revert: () => void