Trilium Frontend API
    Preparing search index...

    Interface Hit

    interface Hit {
        componentId?: string;
        context?: ViewContext;
        dateProfile: DateProfile;
        dateSpan: DateSpan;
        getDayEl: () => HTMLElement;
        largeUnit?: string;
        layer: number;
        rect: Rect;
    }
    Index
    componentId?: string
    context?: ViewContext
    dateProfile: DateProfile
    dateSpan: DateSpan
    getDayEl: () => HTMLElement
    largeUnit?: string
    layer: number
    rect: Rect