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;
      }

    • Mark the entity as (soft) deleted. It will be completely erased later.

      This is a low-level method, for notes and branches use note.deleteNote() and 'branch.deleteBranch()` instead.

      Parameters

      • deleteId: null | string = null

      Returns void