Trilium Electron API
    Preparing search index...

    Interface NativeDirectoryPickResult

    interface NativeDirectoryPickResult {
        path?: string;
        status: "cancelled" | "selected";
    }
    Index
    path?: string

    Absolute path of the chosen directory (when status === "selected").

    status: "cancelled" | "selected"