menu
Dart
dart:html
TableElement
caption property
caption
brightness_4
brightness_5
description
caption
property
TableCaptionElement
?
caption
Implementation
TableCaptionElement? get caption native;
void
caption=
(
TableCaptionElement
?
value
)
Implementation
set caption(TableCaptionElement? value) native;
Dart
dart:html
TableElement
caption property
TableElement class