Trilium Frontend API
    Preparing search index...

    Interface InlineWeekNumberInfo

    interface InlineWeekNumberInfo {
        date: Date;
        hasNavLink: boolean;
        isNarrow: boolean;
        num: number;
        text: string;
        textParts: DateTimeFormatPartWithWeek[];
    }
    Index
    date: Date
    hasNavLink: boolean
    isNarrow: boolean
    num: number
    text: string