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

Method backdropClick

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

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

()

Source from the content-addressed store, hash-verified

303
304 /** Gets an observable that emits when the backdrop has been clicked. */
305 backdropClick(): Observable<MouseEvent> {
306 return this._backdropClick;
307 }
308
309 /** Gets an observable that emits when the overlay has been attached. */
310 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