@coveo/headless-react
    Preparing search index...

    Interface BuildOptions<TEngineOptions>Internal

    This type should not be used directly.

    interface BuildOptions<TEngineOptions> {
        extend?: OptionsExtender<TEngineOptions>;
    }

    Type Parameters

    • TEngineOptions
    Index

    Properties

    Properties

    extend?: OptionsExtender<TEngineOptions>