bgColor property
String
get
bgColor
The HTMLTableRowElement.bgColor
property is used to set the
background color of a row or retrieve the value of the obsolete
bgColor
attribute, if present.
Note: This property is deprecated and CSS should be used to set the background color. Use the property instead.
Implementation
external String get bgColor;
set
bgColor
(String value)
Implementation
external set bgColor(String value);