@coveo/headless
    Preparing search index...

    Interface PipelineActionCreators

    The pipeline action creators.

    See Dispatch actions.

    interface PipelineActionCreators {
        setPipeline(pipeline: string): { payload: string; type: string };
    }
    Index

    Methods

    Methods