Trilium Frontend API
    Preparing search index...

    Interface DragData

    The information contained within a drag event.

    interface DragData {
        branchId: string;
        noteId: string;
        title: string;
    }
    Index

    Properties

    Properties

    branchId: string
    noteId: string
    title: string