className property
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;
Implementation
external set className(String value);
The className
property of the
Element
interface gets and sets the value of the
class
attribute
of the specified element.
external String get className;
external set className(String value);