MCPcopy
hub / github.com/ionic-team/ionic-framework / getMenus

Function getMenus

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

Source from the content-addressed store, hash-verified

144 * Get all menu instances.
145 */
146 const getMenus = async (): Promise<HTMLIonMenuElement[]> => {
147 await waitUntilReady();
148 return getMenusSync();
149 };
150
151 /**
152 * Get whether or not a menu is animating. Returns `true` if any

Callers

nothing calls this directly

Calls 2

waitUntilReadyFunction · 0.85
getMenusSyncFunction · 0.85

Tested by

no test coverage detected