* Returns the tree's rows if any.
()
| 269 | * Returns the tree's rows if any. |
| 270 | */ |
| 271 | getRows(): HTMLElement[] { |
| 272 | return within(this.getTree()).queryAllByRole('row'); |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * Returns the tree's selected rows if any. |
no test coverage detected