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

Method get

core/src/components/menu/menu-interface.ts:30–30  ·  view source on GitHub ↗
(menu?: string | null, logOnMultipleSideMenus?: boolean)

Source from the content-addressed store, hash-verified

28export interface MenuControllerI {
29 registerAnimation(name: string, animation: AnimationBuilder): void;
30 get(menu?: string | null, logOnMultipleSideMenus?: boolean): Promise<HTMLIonMenuElement | undefined>;
31 getMenus(): Promise<HTMLIonMenuElement[]>;
32 getOpen(): Promise<HTMLIonMenuElement | undefined>;
33 isEnabled(menu?: string | null): Promise<boolean>;

Callers 15

inputs.cy.tsFile · 0.65
icons.cy.tsFile · 0.65
IonToast.cy.tsFile · 0.65
IonPopover.cy.tsFile · 0.65
IonLoading.cy.tsFile · 0.65
IonPicker.cy.tsFile · 0.65
IonModal.cy.tsFile · 0.65

Implementers 1

MenuControllerpackages/angular/common/src/providers/

Calls

no outgoing calls

Tested by

no test coverage detected