Trilium Backend API
    Preparing search index...

    Interface BranchRow

    interface BranchRow {
        branchId?: string;
        isDeleted?: boolean;
        isExpanded?: boolean;
        noteId: string;
        notePosition?: number;
        parentNoteId: string;
        prefix?: string;
        utcDateModified?: string;
    }
    Index

    Properties

    branchId?: string
    isDeleted?: boolean
    isExpanded?: boolean
    noteId: string
    notePosition?: number
    parentNoteId: string
    prefix?: string
    utcDateModified?: string