DaffCategoryLoad
An action triggered to initialize a category load request.
import { DaffCategoryLoad } from '@daffodil/category/state'
class DaffCategoryLoad implements Action {
readonly type: DaffCategoryActionTypes.CategoryLoadAction
request: DaffCategoryIdRequest
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCategoryActionTypes.CategoryLoadAction | |
request | DaffCategoryIdRequest |