* Returns a previously measured layout box adjusted to the viewport. This * mainly affects fixed-position elements that are adjusted to be always * relative to the document position in the viewport. * @return {!./layout-rect.LayoutRectDef} * TODO(#31915): remove once R1 migration is comp
()
| 327 | * TODO(#31915): remove once R1 migration is complete. |
| 328 | */ |
| 329 | getLayoutBox() { |
| 330 | return this.element.getLayoutBox(); |
| 331 | } |
| 332 | |
| 333 | /** |
| 334 | * Returns a previously measured layout size. |
no outgoing calls
no test coverage detected