Trilium Frontend API
    Preparing search index...

    Interface ChatHighlightsContext

    Context data published for the ChatHighlightsList sidebar widget.

    interface ChatHighlightsContext {
        highlights: ChatHighlightItem[];
        removeHighlight(id: string): void;
        scrollToHighlight(id: string): void;
    }
    Index
    highlights: ChatHighlightItem[]
    • Parameters

      • id: string

      Returns void

    • Parameters

      • id: string

      Returns void