@semo/core
    Preparing search index...

    Interface HookOption

    interface HookOption {
        exclude?: boolean | string[];
        include?: boolean | string[];
        mode?: "assign" | "merge" | "push" | "replace" | "group";
        reload?: boolean;
        useCache?: boolean;
    }
    Index

    Properties

    exclude?: boolean | string[]
    include?: boolean | string[]
    mode?: "assign" | "merge" | "push" | "replace" | "group"
    reload?: boolean
    useCache?: boolean