MCPcopy Index your code
hub / github.com/angular/components / backdropClick

Method backdropClick

src/material/dialog/dialog-ref.ts:182–184  ·  view source on GitHub ↗

* Gets an observable that emits when the overlay's backdrop has been clicked.

()

Source from the content-addressed store, hash-verified

180 * Gets an observable that emits when the overlay's backdrop has been clicked.
181 */
182 backdropClick(): Observable<MouseEvent> {
183 return this._ref.backdropClick;
184 }
185
186 /**
187 * Gets an observable that emits when keydown events are targeted on the overlay.

Callers 4

constructorMethod · 0.95
dialog.spec.tsFile · 0.45
_getCloseStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected