import { getMenuPageByHref } from '@src/hylo-components/utils/hylo/hylo';
Searches through a menu object for a page with the given href.
The object has to have the structure like defined by the django menu template "menu/menu_json.html".
The search is recursive.
Returns null if no page were found.
import { getMenuPageByHref } from '@src/hylo-components/utils/hylo/hylo';
Searches through a menu object for a page with the given href. The object has to have the structure like defined by the django menu template "menu/menu_json.html".
The search is recursive. Returns null if no page were found.