* Returns the layout rectangle used for when calculating this element's * intersection with the viewport. * @return {!./layout-rect.LayoutRectDef}
()
| 836 | * @return {!./layout-rect.LayoutRectDef} |
| 837 | */ |
| 838 | getIntersectionElementLayoutBox() { |
| 839 | return this.getLayoutBox(); |
| 840 | } |
| 841 | |
| 842 | /** |
| 843 | * Collapses the element, setting it to `display: none`, and notifies its |
no test coverage detected