trilium
    Preparing search index...
    interface FBranchRow {
        branchId: string;
        fromSearchNote: boolean;
        isDeleted?: boolean;
        isExpanded?: boolean;
        noteId: string;
        notePosition: number;
        parentNoteId: string;
        prefix?: string;
    }
    Index

    Properties

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