* Returns the viewport within which the element operates. * @return {!./service/viewport/viewport-interface.ViewportInterface}
()
| 827 | * @return {!./service/viewport/viewport-interface.ViewportInterface} |
| 828 | */ |
| 829 | getViewport() { |
| 830 | return Services.viewportForDoc(this.getAmpDoc()); |
| 831 | } |
| 832 | |
| 833 | /** |
| 834 | * Returns the layout rectangle used for when calculating this element's |
no test coverage detected