trilium
    Preparing search index...

    Option represents a name-value pair, either directly configurable by the user or some system property.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    blobId?: string
    dateCreated?: string
    dateModified?: string
    isProtected?: boolean
    isSynced?: boolean
    name: string
    utcDateCreated: string
    utcDateModified?: string
    value: string

    Accessors

    Methods

    • Returns {
          isSynced: undefined | boolean;
          name: string;
          utcDateModified: undefined | string;
          value: string;
      }