DaffCategoryPageLoadSuccess
An action triggered upon a successful category page request.
import { DaffCategoryPageLoadSuccess } from '@daffodil/category/state'
class DaffCategoryPageLoadSuccess<<V extends DaffGenericCategory<V> = DaffCategory, W extends DaffProduct = DaffProduct>> implements Action {
readonly type: DaffCategoryPageActionTypes.CategoryPageLoadSuccessAction
response: DaffGetCategoryResponse<V, W>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCategoryPageActionTypes.CategoryPageLoadSuccessAction | |
response | DaffGetCategoryResponse<V, W> |