htmlTableCellElement top-level property

dynamic get htmlTableCellElement

Provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.

MDN Reference

Implementation

_i2.dynamic get htmlTableCellElement => _i4.getProperty(
      _self,
      'HTMLTableCellElement',
    );