Interface DidYouMeanActionCreators
Methods
applyDidYouMeanCorrection
- applyDidYouMeanCorrection(correction: string): { payload: string; type: string }
Returns { payload: string; type: string }
A dispatchable action.
disableAutomaticQueryCorrection
- disableAutomaticQueryCorrection(): { payload: void; type: string }
Returns { payload: void; type: string }
A dispatchable action.
disableDidYouMean
- disableDidYouMean(): { payload: void; type: string }
Returns { payload: void; type: string }
A dispatchable action.
enableAutomaticQueryCorrection
- enableAutomaticQueryCorrection(): { payload: void; type: string }
Returns { payload: void; type: string }
A dispatchable action.
enableDidYouMean
- enableDidYouMean(): { payload: void; type: string }
Returns { payload: void; type: string }
A dispatchable action.
setCorrectionMode
- setCorrectionMode(
mode: CorrectionMode,
): { payload: CorrectionMode; type: string } Returns { payload: CorrectionMode; type: string }
A dispatchable action.
The DidYouMean action creators.