Trilium Frontend API
    Preparing search index...

    Interface EventMutation

    interface EventMutation {
        datesDelta?: Duration;
        endDelta?: Duration;
        extendedProps?: any;
        standardProps?: any;
        startDelta?: Duration;
    }
    Index
    datesDelta?: Duration
    endDelta?: Duration
    extendedProps?: any
    standardProps?: any
    startDelta?: Duration