Trilium Frontend API
    Preparing search index...

    Interface OpenDateSpan

    interface OpenDateSpan {
        allDay: boolean;
        range: OpenDateRange;
        [otherProp: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

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