MCPcopy Create free account
hub / github.com/angular/components / backdropClick

Method backdropClick

src/cdk/overlay/overlay-ref.ts:295–297  ·  view source on GitHub ↗

Gets an observable that emits when the backdrop has been clicked.

()

Source from the content-addressed store, hash-verified

293
294 /** Gets an observable that emits when the backdrop has been clicked. */
295 backdropClick(): Observable<MouseEvent> {
296 return this._backdropClick;
297 }
298
299 /** Gets an observable that emits when the overlay has been attached. */
300 attachments(): Observable<void> {

Callers 3

attachOverlayMethod · 0.45
overlay.spec.tsFile · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected