tFoot property

Retrieves the tFoot object of the table.

MDN Reference

Implementation

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

Implementation

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