Trilium Frontend API
    Preparing search index...

    Interface BranchRow

    interface BranchRow {
        branchId: string;
        componentId: string;
        isDeleted?: boolean;
        isExpanded?: boolean;
        noteId?: string;
        parentNoteId?: string;
    }
    Index

    Properties

    branchId: string
    componentId: string
    isDeleted?: boolean
    isExpanded?: boolean
    noteId?: string
    parentNoteId?: string