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