Trilium Frontend API
    Preparing search index...

    Interface Suggestion

    interface Suggestion {
        action?: string;
        attributeSnippet?: string;
        commandDescription?: string;
        commandId?: string;
        commandShortcut?: string;
        externalLink?: string;
        highlightedAttributeSnippet?: string;
        highlightedNotePathTitle?: string;
        icon?: string;
        notePath?: string;
        notePathTitle?: string;
        noteTitle?: string;
        parentNoteId?: string;
    }
    Index

    Properties

    action?: string
    attributeSnippet?: string
    commandDescription?: string
    commandId?: string
    commandShortcut?: string
    externalLink?: string
    highlightedAttributeSnippet?: string
    highlightedNotePathTitle?: string
    icon?: string
    notePath?: string
    notePathTitle?: string
    noteTitle?: string
    parentNoteId?: string