Trevixal API
    Preparing search index...

    Interface ImportOptions

    interface ImportOptions {
        mode?: "insert" | "replace";
    }
    Index
    mode?: "insert" | "replace"

    Replace the document (default) or insert at the caret.