className property

String get className
inherited

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)
inherited

Implementation

external set className(String value);