tFoot property

Implementation

HTMLTableSectionElement? get tFoot => js_util.getProperty(this, 'tFoot');
void tFoot=(HTMLTableSectionElement? newValue)

Implementation

set tFoot(HTMLTableSectionElement? newValue) {
  js_util.setProperty(this, 'tFoot', newValue);
}