htmlTableRowElement top-level property

dynamic get htmlTableRowElement

Provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of rows in an HTML table.

MDN Reference

Implementation

_i2.dynamic get htmlTableRowElement => _i4.getProperty(
      _self,
      'HTMLTableRowElement',
    );