caption property - TableElement class - dart:html library (original) (raw)

description

TableCaptionElement? getcaption

Implementation

TableCaptionElement? get caption native;

setcaption (TableCaptionElement? value)

Implementation

set caption(TableCaptionElement? value) native;