DaffSearchLoadSuccess
A successful search with the dictionary of results.
import { DaffSearchLoadSuccess } from '@daffodil/search/state'
class DaffSearchLoadSuccess<<T extends DaffSearchResult = DaffSearchResult>> implements Action {
readonly type: DaffSearchActionTypes.SearchLoadSuccessAction
payload: DaffSearchDriverResponse<T>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffSearchActionTypes.SearchLoadSuccessAction | |
payload | DaffSearchDriverResponse<T> |