trilium
    Preparing search index...
    interface BranchRow {
        branchId?: string;
        isDeleted?: boolean;
        isExpanded?: boolean;
        noteId: string;
        notePosition?: null | number;
        parentNoteId: string;
        prefix?: null | string;
        utcDateModified?: string;
    }
    Index

    Properties

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