tHead property

Retrieves the tHead object of the table.

MDN Reference

Implementation

_i3.HTMLTableSectionElement? get tHead => _i4.getProperty(
      this,
      'tHead',
    );
void tHead=(HTMLTableSectionElement? value)

Implementation

set tHead(_i3.HTMLTableSectionElement? value) {
  _i4.setProperty(
    this,
    'tHead',
    value ?? _i6.undefined,
  );
}