DaffNavigationReducerState
import { DaffNavigationReducerState } from '@daffodil/navigation/state'
interface DaffNavigationReducerState<T extends DaffGenericNavigationTree<T>> {
navigationTree: T
loading: boolean
errors: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
navigationTree | T | |
loading | boolean | |
errors | DaffStateError[] |