Trilium Frontend API
    Preparing search index...

    Interface SavedData

    interface SavedData {
        attachments?: {
            content: string;
            mime: string;
            position: number;
            role: string;
            title: string;
        }[];
        content: string;
    }
    Index

    Properties

    attachments?: {
        content: string;
        mime: string;
        position: number;
        role: string;
        title: string;
    }[]
    content: string