@return {!Layout_Enum}
()
| 316 | |
| 317 | /** @return {!Layout_Enum} */ |
| 318 | getLayout() { |
| 319 | return this.element.getLayout(); |
| 320 | } |
| 321 | |
| 322 | /** |
| 323 | * Returns a previously measured layout box adjusted to the viewport. This |
no outgoing calls
no test coverage detected