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

Method create

core/src/utils/overlays-interface.ts:35–35  ·  view source on GitHub ↗
(opts?: any)

Source from the content-addressed store, hash-verified

33
34export interface OverlayController {
35 create(opts?: any): Promise<HTMLElement>;
36 dismiss(data?: any, role?: string, id?: string): Promise<boolean>;
37 getTop(): Promise<HTMLIonOverlayElement | undefined>;
38}

Callers 5

openPopoverMethod · 0.65
openActionSheetMethod · 0.65
openAlertMethod · 0.65
openModalMethod · 0.65
configureBrowserFunction · 0.65

Implementers 1

OverlayBaseControllerpackages/angular/common/src/utils/over

Calls

no outgoing calls

Tested by

no test coverage detected