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

    Interface FromBuildResultOptions<TEngine, TControllers>

    This type is deprecated and will be removed in a future version. EngineDefinition.build will be removed in a future version.

    interface FromBuildResultOptions<
        TEngine extends CoreEngine
        | CoreEngineNext,
        TControllers extends ControllersMap,
    > {
        allowedRecommendationKeys?: (keyof TControllers)[];
        buildResult: EngineDefinitionBuildResult<TEngine, TControllers>;
    }

    Type Parameters

    Index

    Properties

    allowedRecommendationKeys?: (keyof TControllers)[]