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

Method close

core/src/components/menu/menu-interface.ts:22–22  ·  view source on GitHub ↗
(animated?: boolean)

Source from the content-addressed store, hash-verified

20 isActive(): Promise<boolean>;
21 open(animated?: boolean): Promise<boolean>;
22 close(animated?: boolean): Promise<boolean>;
23 toggle(animated?: boolean): Promise<boolean>;
24 setOpen(shouldOpen: boolean, animated?: boolean): Promise<boolean>;
25 _setOpen(shouldOpen: boolean, animated?: boolean, role?: string): Promise<boolean>;

Callers 6

menu.e2e.tsFile · 0.65
menu.e2e.tsFile · 0.65
testMenuFunction · 0.65
closeOpenedMethod · 0.65
testSlidingItemFunction · 0.65
testMenuFunction · 0.65

Implementers 1

Menucore/src/components/menu/menu.tsx

Calls

no outgoing calls

Tested by

no test coverage detected