* Gets the Iframe element. * @return {!HTMLIFrameElement}
()
| 11023 | * @return {!HTMLIFrameElement} |
| 11024 | */ |
| 11025 | getElement() { |
| 11026 | return this.iframe_.getElement(); |
| 11027 | } |
| 11028 | |
| 11029 | /** |
| 11030 | * Gets the LoadingView for this dialog. |
no test coverage detected