MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / getMenusSync

Function getMenusSync

core/src/utils/menu-controller/index.ts:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 };
203
204 const getMenusSync = (): HTMLIonMenuElement[] => {
205 return menus.map((menu) => menu.el);
206 };
207
208 const isAnimatingSync = (): boolean => {
209 return menus.some((menu) => menu.isAnimating);

Callers 1

getMenusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected