className property
String
get
className
The className
property of the
Element interface gets and sets the value of the
class
attribute
of the specified element.
Implementation
external String get className;
set
className
(String value)
Implementation
external set className(String value);