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