Trilium Frontend API
    Preparing search index...

    Class default

    Index
    blobId: string
    content: string

    can either contain the whole content (in e.g. string notes), only part (large text notes) or nothing at all (binary notes, images)

    contentLength: number
    dateModified: string
    isStubbed: boolean

    true when this blob is a sync stub (content withheld by the server due to the device's blob size limit). See FBlobRow.isStubbed.

    utcDateModified: string
    • Type Parameters

      • T

      Returns T

      Error in case of invalid JSON

    • Returns unknown