tFoot property
HTMLTableSectionElement?
get
tFoot
Implementation
HTMLTableSectionElement? get tFoot => js_util.getProperty(this, 'tFoot');
set
tFoot
(HTMLTableSectionElement? newValue)
Implementation
set tFoot(HTMLTableSectionElement? newValue) {
js_util.setProperty(this, 'tFoot', newValue);
}