Trilium Frontend API
    Preparing search index...

    Interface DateMeta

    interface DateMeta {
        date: Date;
        dow: number;
        isDisabled: boolean;
        isFuture: boolean;
        isOther: boolean;
        isPast: boolean;
        isToday: boolean;
    }

    Hierarchy (View Summary)

    Index
    date: Date
    dow: number
    isDisabled: boolean
    isFuture: boolean
    isOther: boolean
    isPast: boolean
    isToday: boolean