Interface DocumentSuggestionActionCreators
interface DocumentSuggestionActionCreators { fetchDocumentSuggestions(): AsyncThunkAction< FetchDocumentSuggestionsThunkReturn, void, AsyncThunkCaseAssistOptions<StateNeededByFetchDocumentSuggestions>, >;} Methods
fetchDocumentSuggestions
- fetchDocumentSuggestions(): AsyncThunkAction<
FetchDocumentSuggestionsThunkReturn,
void,
AsyncThunkCaseAssistOptions<StateNeededByFetchDocumentSuggestions>,
> Returns AsyncThunkAction<
FetchDocumentSuggestionsThunkReturn,
void,
AsyncThunkCaseAssistOptions<StateNeededByFetchDocumentSuggestions>,
>
A dispatchable action.
The document suggestion action creators.
See Dispatch actions.