MCPcopy
hub / github.com/angular/components / open

Method open

src/cdk/menu/context-menu-trigger.ts:88–91  ·  view source on GitHub ↗

* Open the attached menu at the specified location. * @param coordinates where to open the context menu

(coordinates: ContextMenuCoordinates)

Source from the content-addressed store, hash-verified

86 * @param coordinates where to open the context menu
87 */
88 open(coordinates: ContextMenuCoordinates) {
89 this._open(null, coordinates);
90 this._changeDetectorRef.markForCheck();
91 }
92
93 /** Close the currently opened context menu. */
94 close() {

Callers

nothing calls this directly

Calls 2

_openMethod · 0.95
markForCheckMethod · 0.80

Tested by

no test coverage detected