Gets the current overlay configuration, which is immutable.
()
| 318 | |
| 319 | /** Gets the current overlay configuration, which is immutable. */ |
| 320 | getConfig(): OverlayConfig { |
| 321 | return this._config; |
| 322 | } |
| 323 | |
| 324 | /** Updates the position of the overlay based on the position strategy. */ |
| 325 | updatePosition(): void { |
no outgoing calls
no test coverage detected