class js.html.TableRowElement extends Element
Available on jsDOM table row objects expose the HTMLTableRowElement interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of rows in an HTML table.
Documentation for this class was provided by MDN.