Trilium Frontend API
    Preparing search index...

    Interface DateSpan

    interface DateSpan {
        allDay: boolean;
        range: DateRange;
        [otherProp: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [otherProp: string]: any
    Index
    allDay: boolean
    range: DateRange