* Make element visible by scrolling the element's ancestor containers
(options?: ScrollIntoViewOptions)
| 271 | * Make element visible by scrolling the element's ancestor containers |
| 272 | */ |
| 273 | scrollIntoView(options?: ScrollIntoViewOptions): this { |
| 274 | this.native.scrollIntoView(options); |
| 275 | return this; |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Add a class to the element |
no outgoing calls
no test coverage detected