classes property

dynamic classes

Set custom data class. If this option is specified, the element g for the data has an additional class that has the prefix billboard-target- (e.g. billboard-target-additional-data1-class).

Implementation

external dynamic /*JSMap of <String,String>*/ get classes;
void classes=(dynamic v)

Implementation

external set classes(dynamic /*JSMap of <String,String>*/ v);