Trilium Frontend API
    Preparing search index...

    Interface FBlobRow

    interface FBlobRow {
        blobId: string;
        content: string;
        contentLength: number;
        dateModified: string;
        isStubbed?: boolean;
        utcDateModified: string;
    }
    Index
    blobId: string
    content: string
    contentLength: number
    dateModified: string
    isStubbed?: boolean

    true when the blob's content was withheld by the sync server because it exceeded this device's blob size limit (mobile). The content is empty; show an "open on server" placeholder.

    utcDateModified: string