caption property

Implementation

HTMLTableCaptionElement? get caption => js_util.getProperty(this, 'caption');
void caption=(HTMLTableCaptionElement? newValue)

Implementation

set caption(HTMLTableCaptionElement? newValue) {
  js_util.setProperty(this, 'caption', newValue);
}