You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a `menuId` is not provided then it'll return the first menu found.
If a `menuId` is `left` or `right`, then it'll return the enabled menu
on that side. Otherwise, if a `menuId` is provided, then it'll try to
find the menu using the menu's `id` property. If a menu is not found
then it'll return `null`. If a menu id was provided, but was not found,
it will not fallback to finding any menu. Closes#5535
Need to be able to enable/disable menus from the
@App
class and then use themenuToggle
from individual pages to toggle this menu.menuToggle="left"
and grab the active menu without having to set an IDAdd unit tests for all of these
The text was updated successfully, but these errors were encountered: