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

    Interface DebugActionCreators

    The debug action creators.

    interface DebugActionCreators {
        disableDebug(): { payload: void; type: string };
        enableDebug(): { payload: void; type: string };
    }
    Index

    Methods

    • Disables debug information on requests.

      Returns { payload: void; type: string }

      A dispatchable action.

    • Enables debug information on requests.

      Returns { payload: void; type: string }

      A dispatchable action.