Trilium Frontend API
    Preparing search index...

    Interface ChatHighlightItem

    A highlight surfaced in the sidebar list.

    interface ChatHighlightItem {
        id: string;
        messageId: string;
        text: string;
    }
    Index
    id: string
    messageId: string
    text: string

    The highlighted prose, shown as the list entry's label.