tFoot property
HTMLTableSectionElement?
get
tFoot
Retrieves the tFoot object of the table.
Implementation
_i3.HTMLTableSectionElement? get tFoot => _i4.getProperty(
this,
'tFoot',
);
set
tFoot
(HTMLTableSectionElement? value)
Implementation
set tFoot(_i3.HTMLTableSectionElement? value) {
_i4.setProperty(
this,
'tFoot',
value ?? _i6.undefined,
);
}