Trilium Frontend API
    Preparing search index...

    Type Alias EntityRowMappings

    type EntityRowMappings = {
        attributes: AttributeRow;
        branches: BranchRow;
        etapi_tokens: EtapiTokenRow;
        note_reordering: NoteReorderingRow;
        notes: NoteRow;
        options: OptionRow;
        revisions: RevisionRow;
    }
    Index

    Properties

    attributes: AttributeRow
    branches: BranchRow
    etapi_tokens: EtapiTokenRow
    note_reordering: NoteReorderingRow
    notes: NoteRow
    options: OptionRow
    revisions: RevisionRow