Trilium Frontend API
    Preparing search index...

    Interface EventDisplayInfo

    interface EventDisplayInfo {
        color: string;
        contrastColor: string;
        event: EventImpl;
        isDraggable: boolean;
        isDragging: boolean;
        isEnd: boolean;
        isEndResizable: boolean;
        isFirst: boolean;
        isFuture: boolean;
        isInteractive: boolean;
        isLast: boolean;
        isMirror: boolean;
        isNarrow: boolean;
        isPast: boolean;
        isResizing: boolean;
        isSelected: boolean;
        isShort: boolean;
        isStart: boolean;
        isStartResizable: boolean;
        isToday: boolean;
        level: number;
        options: { eventOverlap: boolean };
        timeClass: string;
        timeText: string;
        titleClass: string;
        view: ViewApi;
    }
    Index
    color: string
    contrastColor: string
    event: EventImpl
    isDraggable: boolean
    isDragging: boolean
    isEnd: boolean
    isEndResizable: boolean
    isFirst: boolean
    isFuture: boolean
    isInteractive: boolean
    isLast: boolean
    isMirror: boolean
    isNarrow: boolean
    isPast: boolean
    isResizing: boolean
    isSelected: boolean
    isShort: boolean
    isStart: boolean
    isStartResizable: boolean
    isToday: boolean
    level: number
    options: { eventOverlap: boolean }
    timeClass: string
    timeText: string
    titleClass: string
    view: ViewApi