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

Method attachViewToDom

core/src/interface.d.ts:152–152  ·  view source on GitHub ↗
(container: any, component: any, propsOrDataObj?: any, cssClasses?: string[])

Source from the content-addressed store, hash-verified

150
151export interface FrameworkDelegate {
152 attachViewToDom(container: any, component: any, propsOrDataObj?: any, cssClasses?: string[]): Promise<HTMLElement>;
153 removeViewFromDom(container: any, component: any): Promise<void>;
154}
155

Callers 7

presentMethod · 0.65
presentMethod · 0.65
presentMethod · 0.65
presentMethod · 0.65
presentMethod · 0.65
attachComponentFunction · 0.65
attachViewToDomFunction · 0.65

Implementers 1

AngularFrameworkDelegatepackages/angular/common/src/providers/

Calls

no outgoing calls

Tested by

no test coverage detected