Gets an observable that emits when the overlay has been attached.
()
| 298 | |
| 299 | /** Gets an observable that emits when the overlay has been attached. */ |
| 300 | attachments(): Observable<void> { |
| 301 | return this._attachments; |
| 302 | } |
| 303 | |
| 304 | /** Gets an observable that emits when the overlay has been detached. */ |
| 305 | detachments(): Observable<void> { |
no outgoing calls
no test coverage detected