htmlTableSectionElement top-level property

dynamic get htmlTableSectionElement

Provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of sections, that is headers, footers and bodies, in an HTML table.

MDN Reference

Implementation

_i2.dynamic get htmlTableSectionElement => _i4.getProperty(
      _self,
      'HTMLTableSectionElement',
    );