import { DaffMagentoNavigationService } from '@daffodil/navigation/driver/magento'
@Injectable()
class DaffMagentoNavigationService implements DaffNavigationServiceInterface<DaffNavigationTree> {
getTree(): any
get(categoryId: string): any
}
anyRequests the entire top-level navigation tree.
anyRequests a specific navigation item by ID.
| Parameter | categoryId: string |
|---|---|
| Description |