caption property

Retrieves the caption object of a table.

MDN Reference

Implementation

_i3.HTMLTableCaptionElement? get caption => _i4.getProperty(
      this,
      'caption',
    );
void caption=(HTMLTableCaptionElement? value)

Implementation

set caption(_i3.HTMLTableCaptionElement? value) {
  _i4.setProperty(
    this,
    'caption',
    value ?? _i6.undefined,
  );
}