Create an Html Element
name of element like div, span etc
element id
classes assigned to element like in html class attribute format
styles assigned to element like in html style attribute format
classes assigned to element like in html class attribute format
element id
styles assigned to element like in html style attribute format
name of element like div, span etc
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
Initialize create and initialize 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
Core Html Element, contruct html element and provide basic methods for set and get property and element attribute