element id
styles assigned to element like in html style attribute format
Add a class to element
class name
Add a style rule to element
class name
Set class of element with a chainable method
string of classes with empty space separator
Set id of element with a chainable method
id of element
Remove a class by element
class name
Remove a style rule by element
class name
Set class attribute of element like in html class attribute format
string of classes with empty space separator
Set id of element
id of element
Set style attribute of element like in html style attribute format
string of style with ';' separator
Set style of element with a chainable method
string of style with ';' separator
Generated using TypeDoc
classes assigned to element like in html class attribute format