* Outermost HTML element for the grid if mounted and null (if not mounted.
()
| 278 | * Outermost HTML element for the grid if mounted and null (if not mounted. |
| 279 | */ |
| 280 | get element(): HTMLDivElement | null; |
| 281 | |
| 282 | /** |
| 283 | * Scrolls the grid so that the specified row and column are visible. |
nothing calls this directly
no outgoing calls
no test coverage detected